summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/drivers/net/team/Makefile
blob: 45a3e7ad3dcb8f7b0886c2e3e96c932437f3476e (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
# Makefile for net selftests

TEST_PROGS := \
	dev_addr_lists.sh \
	options.sh \
	propagation.sh \
	refleak.sh \
# end of TEST_PROGS

TEST_INCLUDES := \
	../bonding/lag_lib.sh \
	../../../net/forwarding/lib.sh \
	../../../net/in_netns.sh \
	../../../net/lib.sh \
	../../../net/lib/sh/defer.sh \
# end of TEST_INCLUDES

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