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