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 bond_stacked_header_parse.sh \ 15 dev_addr_lists.sh \ 16 mode-1-recovery-updelay.sh \ 17 mode-2-recovery-updelay.sh \ 18 netcons_over_bonding.sh \ 19# end of TEST_PROGS 20 21TEST_FILES := \ 22 bond_topo_2d1c.sh \ 23 bond_topo_3d1c.sh \ 24 lag_lib.sh \ 25# end of TEST_FILES 26 27TEST_INCLUDES := \ 28 ../../../net/lib.sh \ 29 ../lib/sh/lib_netcons.sh \ 30 ../../../net/forwarding/lib.sh \ 31# end of TEST_INCLUDES 32 33include ../../../lib.mk 34