1# SPDX-License-Identifier: GPL-2.0+ OR MIT 2 3TEST_PROGS = \ 4 devlink_port_split.py \ 5 ethtool.sh \ 6 ethtool_extended_state.sh \ 7 ethtool_mm.sh \ 8 ethtool_rmon.sh \ 9 hw_stats_l3.sh \ 10 hw_stats_l3_gre.sh \ 11 loopback.sh \ 12 # 13 14TEST_FILES := \ 15 ethtool_lib.sh \ 16 # 17 18TEST_INCLUDES := \ 19 ../../../net/lib.sh \ 20 ../../../net/forwarding/lib.sh \ 21 ../../../net/forwarding/ipip_lib.sh \ 22 ../../../net/forwarding/tc_common.sh \ 23 # 24 25include ../../../lib.mk 26