]> git.karo-electronics.de Git - karo-tx-linux.git/blob - tools/testing/selftests/sysctl/Makefile
Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
[karo-tx-linux.git] / tools / testing / selftests / sysctl / Makefile
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 := run_numerictests run_stringtests
8 TEST_FILES := common_tests
9
10 include ../lib.mk
11
12 # Nothing to clean up.
13 clean: