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
/
livepatch
/
Makefile
blob
3876d8d62494443297b0da55cb88bbe5f2da5210
1
# SPDX-License-Identifier: GPL-2.0
2
3
TEST_PROGS_EXTENDED
:=
functions.sh
4
TEST_PROGS
:=
\
5
test-livepatch.sh \
6
test-callbacks.sh \
7
test-shadow-vars.sh \
8
test-state.sh \
9
test-ftrace.sh
10
11
include
..
/
lib.mk