1#
2#  OpenVPN -- An application to securely tunnel IP networks
3#             over a single UDP port, with support for SSL/TLS-based
4#             session authentication and key exchange,
5#             packet encryption, packet authentication, and
6#             packet compression.
7#
8#  Copyright (C) 2002-2018 OpenVPN Inc <sales@openvpn.net>
9#  Copyright (C) 2006-2012 Alon Bar-Lev <alon.barlev@gmail.com>
10#
11
12MAINTAINERCLEANFILES = \
13	$(srcdir)/Makefile.in
14
15SUBDIRS = unit_tests
16
17test_scripts = t_client.sh t_lpback.sh t_cltsrv.sh
18if HAVE_SITNL
19test_scripts += t_net.sh
20endif
21
22TESTS_ENVIRONMENT = top_srcdir="$(top_srcdir)"
23TESTS = $(test_scripts)
24
25dist_noinst_SCRIPTS = \
26	$(test_scripts) \
27	t_cltsrv-down.sh \
28	update_t_client_ips.sh
29
30dist_noinst_DATA = \
31	t_client.rc-sample
32