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