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