1# SPDX-License-Identifier: GPL-2.0
2CFLAGS += $(KHDR_INCLUDES)
3
4TEST_INCLUDES := $(wildcard lib/py/*.py) \
5		 $(wildcard lib/sh/*.sh) \
6		 ../../net/net_helper.sh \
7		 ../../net/lib.sh \
8
9TEST_GEN_FILES := xdp_helper
10
11TEST_PROGS := \
12	netcons_basic.sh \
13	netcons_fragmented_msg.sh \
14	netcons_overflow.sh \
15	netcons_sysdata.sh \
16	ping.py \
17	queues.py \
18	stats.py \
19	shaper.py \
20	hds.py \
21# end of TEST_PROGS
22
23include ../../lib.mk
24