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