xref: /linux/tools/testing/selftests/memory-hotplug/Makefile (revision 0199e9938f2c0e7f5476f5983f1763d28f049837)
1all:
2
3run_tests:
4	@/bin/bash ./on-off-test.sh -r 2 || echo "memory-hotplug selftests: [FAIL]"
5
6run_full_test:
7	@/bin/bash ./on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
8
9clean:
10