summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/drivers/net/Makefile
blob: be780bcb73a3bcd7bb47ea48c7efd72f93ea50ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# SPDX-License-Identifier: GPL-2.0
CFLAGS += $(KHDR_INCLUDES)

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

TEST_GEN_FILES := \
	napi_id_helper \
# end of TEST_GEN_FILES

TEST_PROGS := \
	napi_id.py \
	netcons_basic.sh \
	netcons_fragmented_msg.sh \
	netcons_overflow.sh \
	netcons_sysdata.sh \
	ping.py \
	queues.py \
	stats.py \
	shaper.py \
	hds.py \
# end of TEST_PROGS

include ../../lib.mk