mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
9 lines
190 B
Makefile
9 lines
190 B
Makefile
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:
|