Skip to content
Commit 2278e5ed authored by Shuah Khan's avatar Shuah Khan
Browse files

selftests: add quicktest support



Add quicktest support to enable users to choose to run
tests that complete in a short time. Choosing this option
excludes tests that take longer time complete e.g: timers.
User can specify quicktest option from kernel top level or
selftests directory.

Kernel top level directory:
make quicktest=1 kselftest

tools/testing/selftests directory:
make quicktest=1 run_tests

Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
parent c99ee51a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment