xref: /linux/tools/testing/selftests/drivers/net/hw/Makefile (revision a1ff5a7d78a036d6c2178ee5acd6ba4946243800)
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	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.mk
30