summaryrefslogtreecommitdiff
path: root/cpu-hotplug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu-hotplug/Makefile')
-rw-r--r--cpu-hotplug/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpu-hotplug/Makefile b/cpu-hotplug/Makefile
new file mode 100644
index 0000000..e9c28d8
--- /dev/null
+++ b/cpu-hotplug/Makefile
@@ -0,0 +1,9 @@
+all:
+
+run_tests:
+ @/bin/bash ./on-off-test.sh || echo "cpu-hotplug selftests: [FAIL]"
+
+run_full_test:
+ @/bin/bash ./on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]"
+
+clean: