Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 36f90b0a2ddd60823fe193a85e60ff1906c2a9b3 authored by Linus Torvalds on 01 February 2016, 02:12:16 UTC
Linux 4.5-rc2
Tip revision: 36f90b0
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:
back to top