repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
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
blob
8b66c473834404be7d52e41475ac4d71ba1aea75
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: [PASS]"
|| echo
"cpu-hotplug selftests: [FAIL]"
10
11
clean
: