Home | History | Annotate | Download | only in cpu-hotplug
      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: [FAIL]"
     10 
     11 clean:
     12