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