1 # SPDX-License-Identifier: GPL-2.0 2 all: 3 4 TEST_PROGS := cpu-on-off-test.sh 5 6 include ../lib.mk 7 8 run_full_test: 9 @/bin/bash ./cpu-on-off-test.sh -a && echo "cpu-hotplug selftests: [PASS]" || echo "cpu-hotplug selftests: [FAIL]" 10 11 clean:
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.