blob: e9c28d8dc84bf2426e931b063477dd700a95ffab (
plain)
1
2
3
4
5
6
7
8
9
|
all:
run_tests:
@/bin/bash ./on-off-test.sh || echo "cpu-hotplug selftests: [FAIL]"
run_full_test:
@/bin/bash ./on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]"
clean:
|