X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltoolingtest%2FMakefile.am;h=43146740b7b7855ee2f219ab9ff31ecfe176d829;hb=5cb314df178f78c6fa7b9826c2c5a5298ec7a473;hp=69538ecc1c0388ffab3dcf4c85670e04506eb04d;hpb=c390bc9abfd5ef673577b2da3104c3f36fb1c18d;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltoolingtest/Makefile.am b/xmltoolingtest/Makefile.am index 69538ec..4314674 100644 --- a/xmltoolingtest/Makefile.am +++ b/xmltoolingtest/Makefile.am @@ -10,6 +10,8 @@ endif if BUILD_XMLSEC xmlsec_sources = \ EncryptionTest.h \ + FilesystemCredentialResolverTest.h \ + InlineKeyResolverTest.h \ SignatureTest.h else xmlsec_sources = @@ -20,7 +22,9 @@ xmltoolingtest_h = \ ExceptionTest.h \ KeyInfoTest.h \ MarshallingTest.h \ + MemoryStorageServiceTest.h \ UnmarshallingTest.h \ + TemplateEngineTest.h \ xmltoolingtest.h \ ${xmlsec_sources}