License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / tools / testing / selftests / cpu-hotplug / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
d89dffa9
AM
2all:
3
cc167821 4TEST_PROGS := cpu-on-off-test.sh
5e29a910
ME
5
6include ../lib.mk
d89dffa9 7
ddddda9b 8run_full_test:
cc167821 9 @/bin/bash ./cpu-on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]"
ddddda9b 10
d89dffa9 11clean: