GNU Linux-libre 4.19.286-gnu1
[releases.git] / tools / testing / selftests / cpu-hotplug / Makefile
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: