X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=blobdiff_plain;f=xmltoolingtest%2FMakefile.am;h=8e56618de9aa173c9d943b9569a0a312e2dda946;hp=a60d78adcce175d7e1112b9c7c5a835f6aba25eb;hb=220cbd17fa4664955d9a96a2a19006a020bf5bdd;hpb=efe9ca9abb2a9e7b3e28b2d95a7e0b932085c4fd diff --git a/xmltoolingtest/Makefile.am b/xmltoolingtest/Makefile.am index a60d78a..8e56618 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 @@ -43,14 +44,17 @@ xmltoolingtest_h = \ ${xmlsec_sources} noinst_HEADERS = \ - XMLObjectBaseTestCase.h + XMLObjectBaseTestCase.h \ + $(xmltoolingtest_h) nodist_xmltoolingtest_SOURCES = $(xmltoolingtest_h:.h=.cpp) +BUILT_SOURCES = $(nodist_xmltoolingtest_SOURCES) + CLEANFILES = $(nodist_xmltoolingtest_SOURCES) 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); \ @@ -59,4 +63,4 @@ do-cxxtestgen: $(nodist_xmltoolingtest_SOURCES): %.cpp: %.h $(MAKE) do-cxxtestgen HFILE=$< CPPFILE=$@ -EXTRA_DIST = xmltoolingtest.vcxproj xmltoolingtest.vcxproj.filters $(xmltoolingtest_h) data +EXTRA_DIST = xmltoolingtest.vcxproj xmltoolingtest.vcxproj.filters data