[cpp-opensaml] branch master updated: Selective packaging of test data.

Scott Cantor cantor.2 at osu.edu
Mon Feb 3 20:12:47 EST 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=89312e6f6cf3e89da8659b79d382daae4a5d8050

The following commit(s) were added to refs/heads/master by this push:
       new  89312e6   Selective packaging of test data.
89312e6 is described below

commit 89312e6f6cf3e89da8659b79d382daae4a5d8050
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 3 20:12:41 2020 -0500

    Selective packaging of test data.
---
 samltest/Makefile.am | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/samltest/Makefile.am b/samltest/Makefile.am
index 373efd3..c8e38d4 100644
--- a/samltest/Makefile.am
+++ b/samltest/Makefile.am
@@ -124,4 +124,13 @@ samltest_LDADD = $(top_builddir)/saml/libsaml.la \
     $(xmlsec_LIBS) \
     $(xmltooling_LIBS)
 
-EXTRA_DIST = data
+EXTRA_DIST = data/FilesystemCredentialResolver.xml \
+	data/*.pem \
+	data/binding \
+	data/saml1 \
+	data/saml2/binding \
+	data/saml2/core \
+	data/saml2/profile \
+	data/saml2/metadata/*.xml \
+	data/security \
+	data/signature

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list