Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / testing / selftests / cpu-hotplug / Makefile
blob8b66c473834404be7d52e41475ac4d71ba1aea75
1 # SPDX-License-Identifier: GPL-2.0
2 all:
4 TEST_PROGS := cpu-on-off-test.sh
6 include ../lib.mk
8 run_full_test:
9 @/bin/bash ./cpu-on-off-test.sh -a && echo "cpu-hotplug selftests: [PASS]" || echo "cpu-hotplug selftests: [FAIL]"
11 clean: