blob: 1340b3df9c318af1a74854552945c6c77f17ff69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# SPDX-License-Identifier: GPL-2.0
# Makefile for net selftests
TEST_PROGS := \
dev_addr_lists.sh \
options.sh \
propagation.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
|