]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests: memory-hotplug: delete RUN_TESTS and EMIT_TESTS overrides
authorShuah Khan (Samsung OSG) <shuah@kernel.org>
Wed, 2 May 2018 02:20:55 +0000 (20:20 -0600)
committerShuah Khan (Samsung OSG) <shuah@kernel.org>
Wed, 30 May 2018 21:21:52 +0000 (15:21 -0600)
commit4ed8b153c088063f3c4db1a3f078c938a4d86291
treec01a4a6c2f0cb62e07cecc62c2b10432ea141324
parent978e9aa19b23b6c6f14f1ad507dd69bbc7e59655
selftests: memory-hotplug: delete RUN_TESTS and EMIT_TESTS overrides

Delete RUN_TESTS and EMIT_TESTS overrides and use common defines in
lib.mk. Common defines work after making the change the test to run
with ratio=2 as the default mode to be able to invoke the test without
the "-r 2" argument from the common RUN_TESTS and EMIT_TESTS.

The run_full_tests target now calls the test with "-r 10".

Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Reviewed-by: Anders Roxell <anders.roxell@linaro.org>
Reviewed-by: Lei.Yang@windriver.com
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
tools/testing/selftests/memory-hotplug/Makefile
tools/testing/selftests/memory-hotplug/mem-on-off-test.sh