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