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