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