Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.1-rc1 10 lines 158 B view raw
1all: 2 3TEST_PROGS := cpu-on-off-test.sh 4 5include ../lib.mk 6 7run_full_test: 8 @/bin/bash ./cpu-on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]" 9 10clean: