summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/drivers/net/Makefile
blob: e54f382bcb027580a3b57a716e3e90e089de2115 (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: GPL-2.0

TEST_INCLUDES := $(wildcard lib/py/*.py)

TEST_PROGS := \
	ping.py \
	queues.py \
	stats.py \
# end of TEST_PROGS

include ../../lib.mk