2024-04-04 19:45:25 -07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2025-02-14 21:12:31 +00:00
|
|
|
CFLAGS += $(KHDR_INCLUDES)
|
2024-04-04 19:45:25 -07:00
|
|
|
|
2024-08-22 02:56:39 -07:00
|
|
|
TEST_INCLUDES := $(wildcard lib/py/*.py) \
|
2025-01-08 03:50:26 -08:00
|
|
|
$(wildcard lib/sh/*.sh) \
|
2024-08-22 02:56:39 -07:00
|
|
|
../../net/lib.sh \
|
2024-04-04 19:45:25 -07:00
|
|
|
|
2025-04-24 00:27:33 +00:00
|
|
|
TEST_GEN_FILES := \
|
|
|
|
napi_id_helper \
|
|
|
|
# end of TEST_GEN_FILES
|
2025-02-14 21:12:31 +00:00
|
|
|
|
2024-04-19 19:52:34 -07:00
|
|
|
TEST_PROGS := \
|
2025-04-24 00:27:33 +00:00
|
|
|
napi_id.py \
|
2025-08-04 16:44:57 +00:00
|
|
|
napi_threaded.py \
|
2024-08-22 02:56:39 -07:00
|
|
|
netcons_basic.sh \
|
2025-06-13 04:31:37 -07:00
|
|
|
netcons_cmdline.sh \
|
2025-02-03 11:04:15 -08:00
|
|
|
netcons_fragmented_msg.sh \
|
2025-01-08 03:50:28 -08:00
|
|
|
netcons_overflow.sh \
|
2025-02-06 03:05:58 -08:00
|
|
|
netcons_sysdata.sh \
|
2025-07-14 02:56:50 -07:00
|
|
|
netpoll_basic.py \
|
2024-04-19 19:52:34 -07:00
|
|
|
ping.py \
|
2024-05-07 09:32:28 -07:00
|
|
|
queues.py \
|
2024-04-19 19:52:34 -07:00
|
|
|
stats.py \
|
2024-10-10 14:18:57 -07:00
|
|
|
shaper.py \
|
2025-01-14 14:28:52 +00:00
|
|
|
hds.py \
|
2025-07-19 01:30:56 -07:00
|
|
|
xdp.py \
|
2024-04-19 19:52:34 -07:00
|
|
|
# end of TEST_PROGS
|
2024-04-04 19:45:25 -07:00
|
|
|
|
|
|
|
include ../../lib.mk
|