brintos

brintos / linux-shallow public Read only

0
0
Text · 530 B · c9f2f48 Raw
30 lines · plain
1# SPDX-License-Identifier: GPL-2.0+ OR MIT2 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	rss_ctx.py \15	#16 17TEST_FILES := \18	ethtool_lib.sh \19	#20 21TEST_INCLUDES := \22	$(wildcard lib/py/*.py ../lib/py/*.py) \23	../../../net/lib.sh \24	../../../net/forwarding/lib.sh \25	../../../net/forwarding/ipip_lib.sh \26	../../../net/forwarding/tc_common.sh \27	#28 29include ../../../lib.mk30