summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/ppp/Makefile
blob: b39b0abadde66f88e960f63d7c2f12eafc5c1364 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: GPL-2.0

top_srcdir = ../../../../..

TEST_PROGS := \
	ppp_async.sh \
	pppoe.sh \
# end of TEST_PROGS

TEST_FILES := \
	ppp_common.sh \
	pppoe-server-options \
# end of TEST_FILES

include ../../lib.mk