tools/testing/selftests/net/packetdrill/Makefile

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

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/net/packetdrill/Makefile
Extension
[no extension]
Size
219 bytes
Lines
13
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

TEST_INCLUDES := \
	defaults.sh \
	ksft_runner.sh \
	set_sysctls.py \
	../../kselftest/ktap_helpers.sh \
# end of TEST_INCLUDES

TEST_PROGS := $(wildcard *.pkt)

include ../../lib.mk

Annotation

Implementation Notes