xref: /linux/tools/testing/selftests/sysctl/Makefile (revision a13d7201d7deedcbb6ac6efa94a1a7d34d3d79ec)
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 := run_numerictests run_stringtests
8TEST_FILES := common_tests
9
10include ../lib.mk
11
12# Nothing to clean up.
13clean:
14