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
/
sysctl
/
Makefile
blob
110301f9f5be388f8d024c8d5eecd90556df56d4
1
# SPDX-License-Identifier: GPL-2.0-only
2
# Makefile for sysctl selftests.
3
# Expects kernel.sysctl_writes_strict=1.
4
5
# No binaries, but make sure arg-less "make" doesn't trigger "run_tests".
6
all
:
7
8
TEST_PROGS
:=
sysctl.sh
9
10
include
..
/
lib.mk
11
12
# Nothing to clean up.
13
clean
: