selftests: Introduce minimal shared logic for running tests
[firefly-linux-kernel-4.4.55.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
9 include ../lib.mk
10
11 # Nothing to clean up.
12 clean: