linux-surface/tools/testing/selftests/sysctl/Makefile
2017-08-10 09:25:24 -04:00

14 lines
279 B
Makefile

# 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
TEST_FILES := common_tests
include ../lib.mk
# Nothing to clean up.
clean: