Files
linux-stable-mirror/tools/testing/selftests/net/ppp/Makefile
T
Qingfang DengandPaolo Abeni 7af2a94f4d selftests: net: add tests for PPPoL2TP
Add ping, iperf3, and recursion tests for PPPoL2TP.

Assisted-by: Gemini:gemini-3-flash
Signed-off-by: Qingfang Deng <qingfang.deng@linux.dev>
Link: https://patch.msgid.link/20260514015743.37869-1-qingfang.deng@linux.dev
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2026-05-19 10:17:27 +02:00

17 lines
244 B
Makefile

# SPDX-License-Identifier: GPL-2.0
top_srcdir = ../../../../..
TEST_PROGS := \
ppp_async.sh \
pppoe.sh \
pppol2tp.sh \
# end of TEST_PROGS
TEST_FILES := \
ppp_common.sh \
pppoe-server-options \
# end of TEST_FILES
include ../../lib.mk