xref: /linux/tools/testing/selftests/net/ppp/Makefile (revision d603517771d8e08a2d8fc9e1f7682ce393d3973a)
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