Makefile.am 771 B

12345678910111213141516171819202122232425262728293031
  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. MAINTAINERCLEANFILES = \
  12. $(srcdir)/Makefile.in
  13. SUBDIRS = unit_tests
  14. test_scripts = t_client.sh
  15. if ENABLE_CRYPTO
  16. test_scripts += t_lpback.sh t_cltsrv.sh
  17. endif
  18. TESTS_ENVIRONMENT = top_srcdir="$(top_srcdir)"
  19. TESTS = $(test_scripts)
  20. dist_noinst_SCRIPTS = \
  21. $(test_scripts) \
  22. t_cltsrv-down.sh \
  23. update_t_client_ips.sh
  24. dist_noinst_DATA = \
  25. t_client.rc-sample