12 lines
222 B
Makefile
12 lines
222 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Makefile for net selftests
|
|
|
|
TEST_PROGS := dev_addr_lists.sh
|
|
|
|
TEST_INCLUDES := \
|
|
../bonding/lag_lib.sh \
|
|
../../../net/forwarding/lib.sh \
|
|
../../../net/lib.sh
|
|
|
|
include ../../../lib.mk
|