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 := \ 10 napi_id_helper \ 11 xdp_helper \ 12# end of TEST_GEN_FILES 13 14TEST_PROGS := \ 15 napi_id.py \ 16 netcons_basic.sh \ 17 netcons_fragmented_msg.sh \ 18 netcons_overflow.sh \ 19 netcons_sysdata.sh \ 20 ping.py \ 21 queues.py \ 22 stats.py \ 23 shaper.py \ 24 hds.py \ 25# end of TEST_PROGS 26 27include ../../lib.mk 28