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