summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/drivers/net/hw/Makefile
blob: 2259a39a70edf5de4dec81f94856650178bb7d3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# SPDX-License-Identifier: GPL-2.0+ OR MIT

TEST_PROGS = \
	devlink_port_split.py \
	ethtool.sh \
	ethtool_extended_state.sh \
	ethtool_mm.sh \
	ethtool_rmon.sh \
	hw_stats_l3.sh \
	hw_stats_l3_gre.sh \
	loopback.sh \
	#

TEST_FILES := \
	ethtool_lib.sh \
	#

TEST_INCLUDES := \
	../../../net/lib.sh \
	../../../net/forwarding/lib.sh \
	../../../net/forwarding/ipip_lib.sh \
	../../../net/forwarding/tc_common.sh \
	#

include ../../../lib.mk