diff options
Diffstat (limited to 'tools/testing/selftests/cpu-hotplug/Makefile')
| -rw-r--r-- | tools/testing/selftests/cpu-hotplug/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/testing/selftests/cpu-hotplug/Makefile b/tools/testing/selftests/cpu-hotplug/Makefile index e9c28d8dc84b..15f02591d22c 100644 --- a/tools/testing/selftests/cpu-hotplug/Makefile +++ b/tools/testing/selftests/cpu-hotplug/Makefile | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | all: | 1 | all: |
| 2 | 2 | ||
| 3 | run_tests: | 3 | TEST_PROGS := 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 ./on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]" |
