selftests: Introduce minimal shared logic for running tests
[cascardo/linux.git] / tools / testing / selftests / memory-hotplug / Makefile
1 all:
2
3 include ../lib.mk
4
5 override RUN_TESTS := ./on-off-test.sh -r 2 || echo "selftests: memory-hotplug [FAIL]"
6
7 run_full_test:
8         @/bin/bash ./on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
9
10 clean: