diff options
Diffstat (limited to 'tools/testing/selftests/memory-hotplug')
| -rw-r--r-- | tools/testing/selftests/memory-hotplug/Makefile | 5 | ||||
| -rwxr-xr-x[-rw-r--r--] | tools/testing/selftests/memory-hotplug/on-off-test.sh | 0 |
2 files changed, 3 insertions, 2 deletions
diff --git a/tools/testing/selftests/memory-hotplug/Makefile b/tools/testing/selftests/memory-hotplug/Makefile index d46b8d489cd2..8f7dea66ecac 100644 --- a/tools/testing/selftests/memory-hotplug/Makefile +++ b/tools/testing/selftests/memory-hotplug/Makefile | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | all: | 1 | all: |
| 2 | 2 | ||
| 3 | run_tests: | 3 | include ../lib.mk |
| 4 | @/bin/bash ./on-off-test.sh -r 2 || echo "memory-hotplug selftests: [FAIL]" | 4 | |
| 5 | override RUN_TESTS := ./on-off-test.sh -r 2 || echo "selftests: memory-hotplug [FAIL]" | ||
| 5 | 6 | ||
| 6 | run_full_test: | 7 | run_full_test: |
| 7 | @/bin/bash ./on-off-test.sh || echo "memory-hotplug selftests: [FAIL]" | 8 | @/bin/bash ./on-off-test.sh || echo "memory-hotplug selftests: [FAIL]" |
diff --git a/tools/testing/selftests/memory-hotplug/on-off-test.sh b/tools/testing/selftests/memory-hotplug/on-off-test.sh index 6cddde0b96f8..6cddde0b96f8 100644..100755 --- a/tools/testing/selftests/memory-hotplug/on-off-test.sh +++ b/tools/testing/selftests/memory-hotplug/on-off-test.sh | |||
