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