From f2d9ac2d3fce41e6c11a640555d123f84bb23bf0 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 23 Aug 2014 18:06:11 +0200 Subject: [PATCH] include the docker test into distribution --- configure.ac | 1 + tests/Makefile.am | 2 ++ tests/docker-ocserv/Makefile.am | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index be968e84..0515053d 100644 --- a/configure.ac +++ b/configure.ac @@ -366,6 +366,7 @@ AC_CONFIG_FILES([ src/pcl/Makefile doc/Makefile gl/Makefile + tests/docker-ocserv/Makefile tests/Makefile ]) AC_OUTPUT diff --git a/tests/Makefile.am b/tests/Makefile.am index 8b789b11..205ef22f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -5,6 +5,8 @@ EXTRA_DIST = ca-key.pem ca.pem common.sh server-cert.pem server-key.pem test1.co test-group-pass.config user-group-cert.pem user-group-key.pem test-user-group-cert.config \ test-user-group-cert-no-pass.config +SUBDIRS = docker-ocserv + dist_check_SCRIPTS = test-pass test-pass-cert test-cert test-iroute test-pass-script \ test-multi-cookie test-pam test-stress full-test test-group-pass test-pass-group-cert \ ocpasswd-test test-pass-group-cert-no-pass diff --git a/tests/docker-ocserv/Makefile.am b/tests/docker-ocserv/Makefile.am index d247ab92..a31dbc2a 100644 --- a/tests/docker-ocserv/Makefile.am +++ b/tests/docker-ocserv/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = passwd ocserv.conf Dockerfile dev-tun.tgz myscript +EXTRA_DIST = passwd ocserv.conf Dockerfile dev-tun.tgz myscript key.pem cert.pem TESTS_ENVIRONMENT = srcdir="$(srcdir)" \ top_builddir="$(top_builddir)"