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
/
mount
/
Makefile
blob
026890744215b614073397f61a67286f8584376c
1
# SPDX-License-Identifier: GPL-2.0
2
# Makefile for mount selftests.
3
CFLAGS
= -
Wall \
4
-
O2
5
6
TEST_PROGS
:=
run_tests.sh
7
TEST_GEN_FILES
:=
unprivileged-remount-test
8
9
include
..
/
lib.mk