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