Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 19 lines 351 B view raw
1# SPDX-License-Identifier: GPL-2.0 2 3TEST_INCLUDES := \ 4 ../../../net/lib.sh \ 5 ../lib/sh/lib_netcons.sh \ 6# end of TEST_INCLUDES 7 8TEST_PROGS := \ 9 netcons_basic.sh \ 10 netcons_cmdline.sh \ 11 netcons_fragmented_msg.sh \ 12 netcons_overflow.sh \ 13 netcons_resume.sh \ 14 netcons_sysdata.sh \ 15 netcons_torture.sh \ 16# end of TEST_PROGS 17 18include ../../../lib.mk 19