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