M7350/kernel/tools/testing/selftests/cpu-hotplug/Makefile
2024-09-09 08:57:42 +00:00

10 lines
182 B
Makefile

all:
run_tests:
@/bin/bash ./on-off-test.sh || echo "cpu-hotplug selftests: [FAIL]"
run_full_test:
@/bin/bash ./on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]"
clean: