summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/drivers/net/netconsole/Makefile
blob: b56c70b7e274241ac09d5b372999acc70df9d565 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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