[cpp-sp] 03/03: Turn shibsptest into an Automake test suite
Scott Cantor
cantor.2 at osu.edu
Tue Oct 5 19:20:04 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=54804d82f568338623bf49155edf454f22cfb874
commit 54804d82f568338623bf49155edf454f22cfb874
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Thu Jun 25 11:59:58 2020 +0200
Turn shibsptest into an Automake test suite
---
unittests/Makefile.am | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/unittests/Makefile.am b/unittests/Makefile.am
index 02039b6a..59701dec 100644
--- a/unittests/Makefile.am
+++ b/unittests/Makefile.am
@@ -1,16 +1,16 @@
AUTOMAKE_OPTIONS = foreign subdir-objects
if BUILD_UNITTEST
-bin_PROGRAMS = shibsptest
+TESTS = shibsptest
+check_PROGRAMS = shibsptest
+endif
+
shibsptest_CXXFLAGS = \
$(AM_CXXFLAGS) \
$(CXXTESTFLAGS) \
$(opensaml_CFLAGS) \
$(xerces_CFLAGS) \
$(xmltooling_CFLAGS)
-else
-bin_PROGRAMS =
-endif
shibsptest_h = \
SPTest.h \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list