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

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

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

include ../../lib.mk