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
/
openat2
/
Makefile
blob
4b93b1417b8626043f220a0ecae479bd82191165
1
# SPDX-License-Identifier: GPL-2.0-or-later
2
3
CFLAGS
+= -
Wall
-
O2
-
g
-
fsanitize
=
address
-
fsanitize
=
undefined
4
TEST_GEN_PROGS
:=
openat2_test resolve_test rename_attack_test
5
6
include
..
/
lib.mk
7
8
$(
TEST_GEN_PROGS
):
helpers.c