mirror-linux/tools/testing/selftests/drivers/net/netconsole/Makefile

20 lines
351 B
Makefile

# 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