Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / tools / testing / selftests / memory-hotplug / Makefile
blob686da510f9895bf850a96a17a6eeeb1d17607cad
1 # SPDX-License-Identifier: GPL-2.0
2 all:
4 include ../lib.mk
6 TEST_PROGS := mem-on-off-test.sh
7 override RUN_TESTS := @./mem-on-off-test.sh -r 2 && echo "selftests: memory-hotplug [PASS]" || echo "selftests: memory-hotplug [FAIL]"
9 override EMIT_TESTS := echo "$(subst @,,$(RUN_TESTS))"
11 run_full_test:
12 @/bin/bash ./mem-on-off-test.sh && echo "memory-hotplug selftests: [PASS]" || echo "memory-hotplug selftests: [FAIL]"
14 clean: