X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltoolingtest%2FMakefile.am;h=43146740b7b7855ee2f219ab9ff31ecfe176d829;hb=6505807a62569ce65803b448b07a6872c6af2512;hp=4525b0814631ba39b83b050207bde64b0bd13ec8;hpb=9edc32bbe3f1e2b16ba6694bec8fe7a079eb1d16;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltoolingtest/Makefile.am b/xmltoolingtest/Makefile.am index 4525b08..4314674 100644 --- a/xmltoolingtest/Makefile.am +++ b/xmltoolingtest/Makefile.am @@ -11,6 +11,7 @@ if BUILD_XMLSEC xmlsec_sources = \ EncryptionTest.h \ FilesystemCredentialResolverTest.h \ + InlineKeyResolverTest.h \ SignatureTest.h else xmlsec_sources = @@ -21,7 +22,9 @@ xmltoolingtest_h = \ ExceptionTest.h \ KeyInfoTest.h \ MarshallingTest.h \ + MemoryStorageServiceTest.h \ UnmarshallingTest.h \ + TemplateEngineTest.h \ xmltoolingtest.h \ ${xmlsec_sources}