tools/testing/selftests/sysctl/Makefile

Source file repositories/reference/linux-study-clean/tools/testing/selftests/sysctl/Makefile

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/sysctl/Makefile
Extension
[no extension]
Size
269 bytes
Lines
14
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: build/configuration rule
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0-only
# 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 := sysctl.sh

include ../lib.mk

# Nothing to clean up.
clean:

Annotation

Implementation Notes