xref: /linux/tools/testing/selftests/net/ppp/Makefile (revision 6a20b34fe3b31b292078bc79ec18a2ab0d9f7719)
1# SPDX-License-Identifier: GPL-2.0
2
3top_srcdir = ../../../../..
4
5TEST_PROGS := \
6	ppp_async.sh \
7	pppoe.sh \
8	pppol2tp.sh \
9# end of TEST_PROGS
10
11TEST_FILES := \
12	ppp_common.sh \
13	pppoe-server-options \
14# end of TEST_FILES
15
16include ../../lib.mk
17