Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0
2CFLAGS += $(KHDR_INCLUDES)
3
4TEST_INCLUDES := $(wildcard lib/py/*.py) \
5 $(wildcard lib/sh/*.sh) \
6 ../../net/lib.sh \
7
8TEST_GEN_FILES := \
9 napi_id_helper \
10# end of TEST_GEN_FILES
11
12TEST_PROGS := \
13 napi_id.py \
14 napi_threaded.py \
15 netcons_basic.sh \
16 netcons_cmdline.sh \
17 netcons_fragmented_msg.sh \
18 netcons_overflow.sh \
19 netcons_sysdata.sh \
20 netpoll_basic.py \
21 ping.py \
22 queues.py \
23 stats.py \
24 shaper.py \
25 hds.py \
26 xdp.py \
27# end of TEST_PROGS
28
29include ../../lib.mk