selftests: add quicktest support
authorShuah Khan <shuahkh@osg.samsung.com>
Fri, 19 Jun 2015 19:13:43 +0000 (13:13 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Tue, 23 Jun 2015 13:20:16 +0000 (07:20 -0600)
commit2278e5ed9f36baca7c972ed17aae7467ca91b2b9
tree3ad6957d4fc342448e6a0ba952a946fd07a830a1
parentc99ee51a9d9716fe33f5022c763728a565e3bd08
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: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/Makefile