xref: /linux/tools/testing/selftests/drivers/net/bonding/Makefile (revision 18a7e218cfcdca6666e1f7356533e4c988780b57)
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-eth-type-change.sh \
8	bond-lladdr-target.sh \
9	bond_ipsec_offload.sh \
10	bond_lacp_prio.sh \
11	bond_macvlan_ipvlan.sh \
12	bond_options.sh \
13	bond_passive_lacp.sh \
14	dev_addr_lists.sh \
15	mode-1-recovery-updelay.sh \
16	mode-2-recovery-updelay.sh \
17# end of TEST_PROGS
18
19TEST_FILES := \
20	bond_topo_2d1c.sh \
21	bond_topo_3d1c.sh \
22	lag_lib.sh \
23# end of TEST_FILES
24
25TEST_INCLUDES := \
26	../../../net/lib.sh \
27	../../../net/forwarding/lib.sh \
28# end of TEST_INCLUDES
29
30include ../../../lib.mk
31