Home | History | Annotate | Download | only in cpu-hotplug
      1 all:
      2 
      3 TEST_PROGS := cpu-on-off-test.sh
      4 
      5 include ../lib.mk
      6 
      7 run_full_test:
      8 	@/bin/bash ./cpu-on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]"
      9 
     10 clean:
     11