X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltoolingtest%2FMakefile.am;h=43146740b7b7855ee2f219ab9ff31ecfe176d829;hb=085daff2d0c1d078f006f23808b4092130110eb9;hp=0e26bc0e99a3543e6367903a29e764fc242ff58d;hpb=ca1f460949384e5dcb07844f1ae261ee64ca3040;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltoolingtest/Makefile.am b/xmltoolingtest/Makefile.am index 0e26bc0..4314674 100644 --- a/xmltoolingtest/Makefile.am +++ b/xmltoolingtest/Makefile.am @@ -9,16 +9,22 @@ endif if BUILD_XMLSEC xmlsec_sources = \ - Signature.h + EncryptionTest.h \ + FilesystemCredentialResolverTest.h \ + InlineKeyResolverTest.h \ + SignatureTest.h else xmlsec_sources = endif xmltoolingtest_h = \ ComplexXMLObjectTest.h \ + ExceptionTest.h \ + KeyInfoTest.h \ MarshallingTest.h \ - UnknownTest.h \ + MemoryStorageServiceTest.h \ UnmarshallingTest.h \ + TemplateEngineTest.h \ xmltoolingtest.h \ ${xmlsec_sources}