xref: /linux/tools/testing/selftests/drivers/net/Makefile (revision 6a128cdf1926b20a94d6af7d7d03b76ba19a4f8b)
1# SPDX-License-Identifier: GPL-2.0
2
3TEST_INCLUDES := $(wildcard lib/py/*.py) \
4		 $(wildcard lib/sh/*.sh) \
5		 ../../net/net_helper.sh \
6		 ../../net/lib.sh \
7
8TEST_PROGS := \
9	netcons_basic.sh \
10	netcons_overflow.sh \
11	ping.py \
12	queues.py \
13	stats.py \
14	shaper.py \
15	hds.py \
16# end of TEST_PROGS
17
18include ../../lib.mk
19