selftests: Introduce minimal shared logic for running tests
[firefly-linux-kernel-4.4.55.git] / tools / testing / selftests / cpu-hotplug / Makefile
1 all:
2
3 TEST_PROGS := on-off-test.sh
4
5 include ../lib.mk
6
7 run_full_test:
8         @/bin/bash ./on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]"
9
10 clean: