tools/testing/selftests/drivers/net/team/Makefile

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

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/drivers/net/team/Makefile
Extension
[no extension]
Size
496 bytes
Lines
25
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
# Makefile for net selftests

TEST_PROGS := \
	decoupled_enablement.sh \
	dev_addr_lists.sh \
	non_ether_header_ops.sh \
	options.sh \
	propagation.sh \
	refleak.sh \
	teamd_activebackup.sh \
	transmit_failover.sh \
# end of TEST_PROGS

TEST_INCLUDES := \
	team_lib.sh \
	../bonding/lag_lib.sh \
	../../../net/forwarding/lib.sh \
	../../../net/in_netns.sh \
	../../../net/lib.sh \
	../../../net/lib/sh/defer.sh \
# end of TEST_INCLUDES

include ../../../lib.mk

Annotation

Implementation Notes