M7350/kernel/tools/testing/selftests/memory-hotplug/Makefile

10 lines
190 B
Makefile
Raw Normal View History

2024-09-09 08:57:42 +00:00
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: