1all:
2
3include ../lib.mk
4
5override RUN_TESTS := ./on-off-test.sh -r 2 || echo "selftests: memory-hotplug [FAIL]"
6
7run_full_test:
8	@/bin/bash ./on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
9
10clean:
11