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