Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/tools/testing/selftests/drivers/net/netconsole/Makefile
121896 views
# SPDX-License-Identifier: GPL-2.0

TEST_INCLUDES := \
	../../../net/lib.sh \
	../lib/sh/lib_netcons.sh \
# end of TEST_INCLUDES

TEST_PROGS := \
	netcons_basic.sh \
	netcons_cmdline.sh \
	netcons_fragmented_msg.sh \
	netcons_overflow.sh \
	netcons_resume.sh \
	netcons_sysdata.sh \
	netcons_torture.sh \
# end of TEST_PROGS

include ../../../lib.mk