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