Merge tag 'gcc-plugins-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
[cascardo/linux.git] / tools / testing / selftests / memory-hotplug / Makefile
1 all:
2
3 include ../lib.mk
4
5 TEST_PROGS := mem-on-off-test.sh
6 override RUN_TESTS := ./mem-on-off-test.sh -r 2 || echo "selftests: memory-hotplug [FAIL]"
7 override EMIT_TESTS := echo "$(RUN_TESTS)"
8
9 run_full_test:
10         @/bin/bash ./mem-on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
11
12 clean: