summaryrefslogtreecommitdiff
path: root/cpu-hotplug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu-hotplug/Makefile')
-rw-r--r--cpu-hotplug/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/cpu-hotplug/Makefile b/cpu-hotplug/Makefile
index e9c28d8..fe1f991 100644
--- a/cpu-hotplug/Makefile
+++ b/cpu-hotplug/Makefile
@@ -1,9 +1,10 @@
all:
-run_tests:
- @/bin/bash ./on-off-test.sh || echo "cpu-hotplug selftests: [FAIL]"
+TEST_PROGS := cpu-on-off-test.sh
+
+include ../lib.mk
run_full_test:
- @/bin/bash ./on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]"
+ @/bin/bash ./cpu-on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]"
clean: