[cpp-log4shib] branch master updated: Add new test prog to build/dist.

Scott Cantor cantor.2 at osu.edu
Wed May 30 16:45:11 EDT 2018


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

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

View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=34ef5ba64f1fd84a9c44f6279a70a05e02a202a6

The following commit(s) were added to refs/heads/master by this push:
       new  34ef5ba   Add new test prog to build/dist.
34ef5ba is described below

commit 34ef5ba64f1fd84a9c44f6279a70a05e02a202a6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed May 30 16:45:07 2018 -0400

    Add new test prog to build/dist.
---
 tests/Makefile.am | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index aa5403d..59ed950 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,19 +1,22 @@
 TESTS = testCategory testFixedContextCategory testNDC testPattern \
 	testErrorCollision testPriority testFilter testProperties \
-	testConfig testPropertyConfig
+	testConfig testPropertyConfig sscpp706
 
 check_PROGRAMS = $(TESTS)
 check_DATA = log4shib.init log4shib.properties testProperties.properties \
-	testConfig.log4shib.properties
+	testConfig.log4shib.properties sscpp706.txt
 
 EXTRA_DIST = log4shib.init log4shib.properties testProperties.properties \
-	testConfig.log4shib.properties \
+	testConfig.log4shib.properties sscpp706.txt \
 	testNTEventLog.cpp
 
-noinst_PROGRAMS = testmain testbench
+noinst_PROGRAMS = testmain testbench sscpp706
 
 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
 
+sscpp706_SOURCES = sscpp706.cpp
+sscpp706_LDADD = $(top_builddir)/src/liblog4shib.la
+
 testmain_SOURCES = testmain.cpp
 testmain_LDADD = $(top_builddir)/src/liblog4shib.la
 

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


More information about the commits mailing list