Files
linux/tools/testing/selftests/net/ppp/Makefile
Qingfang Deng dfecb0c5af selftests: net: add tests for PPP
Add ping and iperf3 tests for ppp_async.c and pppoe.c.

Signed-off-by: Qingfang Deng <qingfang.deng@linux.dev>
Link: https://patch.msgid.link/20260403034908.30017-1-qingfang.deng@linux.dev
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2026-04-07 12:08:46 +02:00

16 lines
229 B
Makefile

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