aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/sysctl/Makefile
blob: c9660f5ef9f9fae719297cb1615d818d0a9a3d07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Makefile for sysctl selftests.
# Expects kernel.sysctl_writes_strict=1.

# No binaries, but make sure arg-less "make" doesn't trigger "run_tests".
all:

TEST_PROGS := run_numerictests run_stringtests

include ../lib.mk

# Nothing to clean up.
clean: