X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltoolingtest%2FMakefile.am;h=9ad2b45ed318d2466b2c0ba2b0da9d2e6cd98b82;hb=0aa41b651c737c150074f51a209820f155ef0143;hp=7dd62b2b0b6e1ee2ff63259f8ed3721c6eca3160;hpb=2a45f2268892124b72e677aa65c6e2d730e0318d;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltoolingtest/Makefile.am b/xmltoolingtest/Makefile.am index 7dd62b2..9ad2b45 100644 --- a/xmltoolingtest/Makefile.am +++ b/xmltoolingtest/Makefile.am @@ -23,6 +23,7 @@ xmlsec_sources = \ FilesystemCredentialResolverTest.h \ InlineKeyResolverTest.h \ MemoryStorageServiceTest.h \ + PKIXEngineTest.h \ SecurityHelperTest.h \ SignatureTest.h else @@ -36,20 +37,25 @@ xmltoolingtest_h = \ KeyInfoTest.h \ MarshallingTest.h \ NonVisibleNamespaceTest.h \ + SOAPTest.h \ UnmarshallingTest.h \ TemplateEngineTest.h \ xmltoolingtest.h \ ${xmlsec_sources} noinst_HEADERS = \ - XMLObjectBaseTestCase.h + XMLObjectBaseTestCase.h \ + $(xmltoolingtest_h) nodist_xmltoolingtest_SOURCES = $(xmltoolingtest_h:.h=.cpp) +if BUILD_UNITTEST +BUILT_SOURCES = $(nodist_xmltoolingtest_SOURCES) CLEANFILES = $(nodist_xmltoolingtest_SOURCES) +endif do-cxxtestgen: - if test $(HFILE) = "xmltoolingtest.h"; then \ + if test "$(CPPFILE)" = "xmltoolingtest.cpp"; then \ $(CXXTEST) --error-printer --have-eh --have-std --abort-on-fail -o $(CPPFILE) $(HFILE); \ else \ $(CXXTEST) --part --have-eh --have-std --abort-on-fail -o $(CPPFILE) $(HFILE); \ @@ -58,4 +64,4 @@ do-cxxtestgen: $(nodist_xmltoolingtest_SOURCES): %.cpp: %.h $(MAKE) do-cxxtestgen HFILE=$< CPPFILE=$@ -EXTRA_DIST = xmltoolingtest.vcxproj $(xmltoolingtest_h) data +EXTRA_DIST = xmltoolingtest.vcxproj xmltoolingtest.vcxproj.filters data