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