Merge branch 'selftests-net-page_poll-allocation-error-injection'
[linux-2.6-block.git] / tools / testing / selftests / drivers / net / hw / Makefile
CommitLineData
40d269c0
PM
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 \
9da271f8 12 pp_alloc_fail.py \
40d269c0
PM
13 #
14
15TEST_FILES := \
16 ethtool_lib.sh \
17 #
18
19TEST_INCLUDES := \
ff4b2bfa 20 $(wildcard lib/py/*.py ../lib/py/*.py) \
40d269c0
PM
21 ../../../net/lib.sh \
22 ../../../net/forwarding/lib.sh \
23 ../../../net/forwarding/ipip_lib.sh \
24 ../../../net/forwarding/tc_common.sh \
25 #
26
27include ../../../lib.mk