Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 all:
0003 
0004 TEST_PROGS := cpu-on-off-test.sh
0005 
0006 include ../lib.mk
0007 
0008 run_full_test:
0009         @/bin/bash ./cpu-on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]"
0010 
0011 clean: