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 bond-arp-interval-causes-panic.sh \
6 bond-break-lacpdu-tx.sh \
7 bond-lladdr-target.sh \
8 dev_addr_lists.sh \
9 mode-1-recovery-updelay.sh \
10 mode-2-recovery-updelay.sh \
11 bond_options.sh \
12 bond-eth-type-change.sh \
13 bond_macvlan.sh
14
15TEST_FILES := \
16 lag_lib.sh \
17 bond_topo_2d1c.sh \
18 bond_topo_3d1c.sh \
19 net_forwarding_lib.sh
20
21include ../../../lib.mk