--- zzzz-none-000/linux-3.10.107/tools/testing/selftests/memory-hotplug/Makefile 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/tools/testing/selftests/memory-hotplug/Makefile 2021-02-04 17:41:59.000000000 +0000 @@ -1,6 +1,12 @@ all: -run_tests: - @./on-off-test.sh || echo "memory-hotplug selftests: [FAIL]" +include ../lib.mk + +TEST_PROGS := mem-on-off-test.sh +override RUN_TESTS := ./mem-on-off-test.sh -r 2 || echo "selftests: memory-hotplug [FAIL]" +override EMIT_TESTS := echo "$(RUN_TESTS)" + +run_full_test: + @/bin/bash ./mem-on-off-test.sh || echo "memory-hotplug selftests: [FAIL]" clean: