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