selftests: add quicktest support
[firefly-linux-kernel-4.4.55.git] / tools / testing / selftests / Makefile
index 7474b7d9f4be8be791712458bd2a0f4eab8467a3..24ae9e829e9aa2e22db0e035b4c1d53d5424cf61 100644 (file)
@@ -16,11 +16,15 @@ TARGETS += ptrace
 TARGETS += seccomp
 TARGETS += size
 TARGETS += sysctl
+ifneq (1, $(quicktest))
 TARGETS += timers
+endif
 TARGETS += user
 TARGETS += vm
 TARGETS += x86
 #Please keep the TARGETS list alphabetically sorted
+# Run "make quicktest=1 run_tests" or
+# "make quicktest=1 kselftest from top level Makefile
 
 TARGETS_HOTPLUG = cpu-hotplug
 TARGETS_HOTPLUG += memory-hotplug