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