[cpp-opensaml] 14/19: Don't install the test program, but use it for make check
Scott Cantor
cantor.2 at osu.edu
Tue Jun 26 19:28:12 EDT 2018
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=01be70cd0bae977ac50ef995b4cab63a67583e64
commit 01be70cd0bae977ac50ef995b4cab63a67583e64
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Tue Jul 12 11:09:02 2016 +0200
Don't install the test program, but use it for make check
---
samltest/Makefile.am | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/samltest/Makefile.am b/samltest/Makefile.am
index 2bbf805..f7463dc 100644
--- a/samltest/Makefile.am
+++ b/samltest/Makefile.am
@@ -1,6 +1,9 @@
AUTOMAKE_OPTIONS = foreign subdir-objects
-bin_PROGRAMS = samltest
+TESTS = samltest
+
+check_PROGRAMS = samltest
+
samltest_CXXFLAGS = $(CXXTESTFLAGS)
samltest_h = \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list