tools: selftests - create a separate hotplug target for full range test
[deliverable/linux.git] / tools / testing / selftests / cpu-hotplug / Makefile
index 790c23a9db44f284c399a9770d5ed61daa254b35..e9c28d8dc84bf2426e931b063477dd700a95ffab 100644 (file)
@@ -3,4 +3,7 @@ all:
 run_tests:
        @/bin/bash ./on-off-test.sh || echo "cpu-hotplug selftests: [FAIL]"
 
+run_full_test:
+       @/bin/bash ./on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]"
+
 clean:
This page took 0.041364 seconds and 5 git commands to generate.