X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=samltest%2FMakefile.am;h=3f9400d47044626aa9bdb42432d0f294e192acdb;hb=1d5fda59e4996860bb2480ad52e29b2160d04725;hp=f4f7be6cb0da8b19bf35b362208e6026942f8a62;hpb=bce5046d6d2fd42e4b2b270bb2db557acfd4581c;p=shibboleth%2Fcpp-opensaml.git diff --git a/samltest/Makefile.am b/samltest/Makefile.am index f4f7be6..3f9400d 100644 --- a/samltest/Makefile.am +++ b/samltest/Makefile.am @@ -14,13 +14,13 @@ samltest_h = \ SAMLArtifactType0002Test.h \ SAMLArtifactType0004Test.h \ ArtifactMapTest.h \ + encryption/EncryptedAssertionTest.h \ signature/SAML1AssertionTest.h \ signature/SAML1RequestTest.h \ signature/SAML1ResponseTest.h \ signature/SAML2AssertionTest.h \ - security/AbstractPKIXTrustEngineTest.h \ security/ExplicitKeyTrustEngineTest.h \ - saml1/binding/impl/SAML1POSTTest.h \ + security/StaticPKIXTrustEngineTest.h \ saml1/core/impl/ActionTest.h \ saml1/core/impl/AdviceTest.h \ saml1/core/impl/AssertionIDReferenceTest.h \ @@ -31,6 +31,8 @@ samltest_h = \ saml1/core/impl/AudienceRestrictionConditionTest.h \ saml1/core/impl/AudienceTest.h \ saml1/core/impl/AuthenticationStatementTest.h \ + saml1/binding/SAML1ArtifactTest.h \ + saml1/binding/SAML1POSTTest.h \ saml2/core/impl/Action20Test.h \ saml2/core/impl/Advice20Test.h \ saml2/core/impl/Artifact20Test.h \ @@ -88,7 +90,10 @@ samltest_h = \ saml2/core/impl/SubjectConfirmationData20Test.h\ saml2/core/impl/SubjectLocality20Test.h\ saml2/core/impl/Terminate20Test.h \ - saml2/metadata/FilesystemMetadataProviderTest.h + saml2/binding/SAML2ArtifactTest.h \ + saml2/binding/SAML2POSTTest.h \ + saml2/binding/SAML2RedirectTest.h \ + saml2/metadata/XMLMetadataProviderTest.h noinst_HEADERS = \ binding.h \