mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 13:41:48 -04:00
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>
16 lines
229 B
Makefile
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
|