xref: /linux/tools/testing/selftests/memory-hotplug/Makefile (revision 82a809419429f2e6142d2c5d88d91661f8aecb87)
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