repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
cpu-hotplug
/
Makefile
blob
d8be047ee5b6aabb637c87a31f1dc2df4e8543bc
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
: