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