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