1# SPDX-License-Identifier: GPL-2.0 2 3TEST_INCLUDES := $(wildcard lib/py/*.py) \ 4 ../../net/net_helper.sh \ 5 ../../net/lib.sh \ 6 7TEST_PROGS := \ 8 netcons_basic.sh \ 9 ping.py \ 10 queues.py \ 11 stats.py \ 12# end of TEST_PROGS 13 14include ../../lib.mk 15