19 lines
364 B
Makefile
19 lines
364 B
Makefile
# 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
|