aboutsummaryrefslogtreecommitdiff
path: root/memory-hotplug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'memory-hotplug/Makefile')
-rw-r--r--memory-hotplug/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/memory-hotplug/Makefile b/memory-hotplug/Makefile
index 0f49c3f..d46b8d4 100644
--- a/memory-hotplug/Makefile
+++ b/memory-hotplug/Makefile
@@ -1,6 +1,9 @@
all:
run_tests:
- @./on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
+ @/bin/bash ./on-off-test.sh -r 2 || echo "memory-hotplug selftests: [FAIL]"
+
+run_full_test:
+ @/bin/bash ./on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
clean: