xref: /linux/tools/testing/selftests/drivers/net/Makefile (revision 6cccb3bb0561812539d7f0ab35382e8d8998076a)
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_fragmented_msg.sh \
11	netcons_overflow.sh \
12	ping.py \
13	queues.py \
14	stats.py \
15	shaper.py \
16	hds.py \
17# end of TEST_PROGS
18
19include ../../lib.mk
20