Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0
2# Makefile for net selftests
3
4TEST_PROGS := \
5 decoupled_enablement.sh \
6 dev_addr_lists.sh \
7 non_ether_header_ops.sh \
8 options.sh \
9 propagation.sh \
10 refleak.sh \
11 teamd_activebackup.sh \
12 transmit_failover.sh \
13# end of TEST_PROGS
14
15TEST_INCLUDES := \
16 team_lib.sh \
17 ../bonding/lag_lib.sh \
18 ../../../net/forwarding/lib.sh \
19 ../../../net/in_netns.sh \
20 ../../../net/lib.sh \
21 ../../../net/lib/sh/defer.sh \
22# end of TEST_INCLUDES
23
24include ../../../lib.mk