[cpp-xmltooling COMMIT] /branches/REL_1/xmltoolingtest/Makefile.am

noreply at shibboleth.net noreply at shibboleth.net
Mon Sep 12 18:08:08 BST 2011


Author: scantor
Date: Mon Sep 12 18:08:08 2011
New Revision: 906

URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=906&view=rev
Log:
Stop building tests when disabled

Modified:
    branches/REL_1/xmltoolingtest/Makefile.am

Modified: branches/REL_1/xmltoolingtest/Makefile.am
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltoolingtest/Makefile.am?rev=906&r1=905&r2=906&view=diff
==============================================================================
--- branches/REL_1/xmltoolingtest/Makefile.am (original)
+++ branches/REL_1/xmltoolingtest/Makefile.am Mon Sep 12 18:08:08 2011
@@ -49,9 +49,10 @@
 
 nodist_xmltoolingtest_SOURCES = $(xmltoolingtest_h:.h=.cpp)
 
+if BUILD_UNITTEST
 BUILT_SOURCES = $(nodist_xmltoolingtest_SOURCES)
-
 CLEANFILES = $(nodist_xmltoolingtest_SOURCES)
+endif
 
 do-cxxtestgen:
 	if test "$(CPPFILE)" = "xmltoolingtest.cpp"; then \



More information about the commits mailing list