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