blob: b3c33e071f10069ad01d0029c5d7c0350e413a18 [file] [log] [blame]
Kees Cook24fe8312014-06-06 14:37:21 -07001# 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
Michael Ellerman5e29a912015-03-11 15:05:59 +11007TEST_PROGS := run_numerictests run_stringtests
Michael Ellerman32dcfba2015-03-11 15:06:00 +11008TEST_FILES := common_tests
Kees Cook24fe8312014-06-06 14:37:21 -07009
Michael Ellerman5e29a912015-03-11 15:05:59 +110010include ../lib.mk
Kees Cook24fe8312014-06-06 14:37:21 -070011
12# Nothing to clean up.
13clean: