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 20TEST_INCLUDES := \ 21 ../../../net/forwarding/lib.sh \ 22 ../../../net/lib.sh 23 24include ../../../lib.mk 25