summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2016-04-13 16:13:41 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2016-04-13 16:13:41 +0200
commit32c2a9c684531fa10968520a11509e43990ee515 (patch)
treec65ebc5a4471dff116c74839b8cfc550814d7944
parent8532e3045ea6aa8a2eccdfc162418e7a0360342a (diff)
tests: Add certificate data to EXTRA_DIST
We need to have it in tarballs as this is used by our mock http server
-rw-r--r--tests/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d51a47a..24f0c6b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,6 +1,14 @@
TESTS = test-govirt
noinst_PROGRAMS = $(TESTS)
+EXTRA_DIST = \
+ https-cert/ca-cert.pem \
+ https-cert/ca-key.pem \
+ https-cert/server-cert.pem \
+ https-cert/server-key.csr \
+ https-cert/server-key.pem \
+ $(NULL)
+
AM_LDFLAGS = \
$(top_builddir)/govirt/libgovirt.la \
$(GLIB_LIBS)