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