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
Linux 4.19.133
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
sysctl
/
Makefile
blob
95c320b354e816845aecca8c6df107e98c7bb600
1
# Makefile for sysctl selftests.
2
# Expects kernel.sysctl_writes_strict=1.
3
4
# No binaries, but make sure arg-less "make" doesn't trigger "run_tests".
5
all
:
6
7
TEST_PROGS
:=
sysctl.sh
8
9
include
..
/
lib.mk
10
11
# Nothing to clean up.
12
clean
: