Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 # Makefile for sysctl selftests.
0003 # Expects kernel.sysctl_writes_strict=1.
0004 
0005 # No binaries, but make sure arg-less "make" doesn't trigger "run_tests".
0006 all:
0007 
0008 TEST_PROGS := sysctl.sh
0009 
0010 include ../lib.mk
0011 
0012 # Nothing to clean up.
0013 clean: