diff options
Diffstat (limited to 'tools/testing/selftests/cpu-hotplug/Makefile')
-rw-r--r-- | tools/testing/selftests/cpu-hotplug/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/testing/selftests/cpu-hotplug/Makefile b/tools/testing/selftests/cpu-hotplug/Makefile index e9c28d8dc84b..fe1f99101c5d 100644 --- a/tools/testing/selftests/cpu-hotplug/Makefile +++ b/tools/testing/selftests/cpu-hotplug/Makefile | |||
@@ -1,9 +1,10 @@ | |||
1 | all: | 1 | all: |
2 | 2 | ||
3 | run_tests: | 3 | TEST_PROGS := cpu-on-off-test.sh |
4 | @/bin/bash ./on-off-test.sh || echo "cpu-hotplug selftests: [FAIL]" | 4 | |
5 | include ../lib.mk | ||
5 | 6 | ||
6 | run_full_test: | 7 | run_full_test: |
7 | @/bin/bash ./on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]" | 8 | @/bin/bash ./cpu-on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]" |
8 | 9 | ||
9 | clean: | 10 | clean: |