7 lines
84 B
Makefile
7 lines
84 B
Makefile
all:
|
|
|
|
run_tests:
|
|
@./on-off-test.sh || echo "cpu-hotplug selftests: [FAIL]"
|
|
|
|
clean:
|