[libgovirt] tests: Add certificate data to EXTRA_DIST



commit 32c2a9c684531fa10968520a11509e43990ee515
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Wed Apr 13 16:13:41 2016 +0200

    tests: Add certificate data to EXTRA_DIST
    
    We need to have it in tarballs as this is used by our mock http server

 tests/Makefile.am |    8 ++++++++
 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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]