summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/ppp/Makefile
blob: 6036fa134351fb2190704ab37aa80ef8c625a01d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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