2012-02-29 15:11:59 -05:00
|
|
|
#
|
|
|
|
|
# OpenVPN -- An application to securely tunnel IP networks
|
|
|
|
|
# over a single UDP port, with support for SSL/TLS-based
|
|
|
|
|
# session authentication and key exchange,
|
|
|
|
|
# packet encryption, packet authentication, and
|
|
|
|
|
# packet compression.
|
|
|
|
|
#
|
2016-12-21 15:00:52 -05:00
|
|
|
# Copyright (C) 2002-2017 OpenVPN Technologies, Inc. <sales@openvpn.net>
|
2012-02-29 15:11:59 -05:00
|
|
|
# Copyright (C) 2006-2012 Alon Bar-Lev <alon.barlev@gmail.com>
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
|
|
|
$(srcdir)/Makefile.in
|
|
|
|
|
|
2016-05-25 13:57:55 -04:00
|
|
|
SUBDIRS = unit_tests
|
|
|
|
|
|
2016-09-17 05:33:09 -04:00
|
|
|
test_scripts = t_client.sh
|
|
|
|
|
if ENABLE_CRYPTO
|
|
|
|
|
test_scripts += t_lpback.sh t_cltsrv.sh
|
|
|
|
|
endif
|
2012-02-29 15:11:59 -05:00
|
|
|
|
|
|
|
|
TESTS_ENVIRONMENT = top_srcdir="$(top_srcdir)"
|
|
|
|
|
TESTS = $(test_scripts)
|
|
|
|
|
|
|
|
|
|
dist_noinst_SCRIPTS = \
|
|
|
|
|
$(test_scripts) \
|
2016-11-08 07:55:28 -05:00
|
|
|
t_cltsrv-down.sh \
|
|
|
|
|
update_t_client_ips.sh
|
|
|
|
|
|
|
|
|
|
dist_noinst_DATA = \
|
|
|
|
|
t_client.rc-sample
|