xref: /linux/tools/testing/selftests/sysctl/Makefile (revision 7adb3e998f5bea3e1fd2f76c1cf80d76b8af6626)
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".
5all:
6
7TEST_PROGS := sysctl.sh
8
9include ../lib.mk
10
11# Nothing to clean up.
12clean:
13