X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=samltest%2FMakefile.am;h=7e7315b9e13cb840f8d5372859c7b02c2e2133a7;hb=96bb0cc35b86b6633f0c6aa4ba8f39f62d020834;hp=965f91da52861a1d52442a2b5f90a259025764c8;hpb=48038b6787531fa6a5d182f5873f256a148a070d;p=shibboleth%2Fcpp-opensaml.git diff --git a/samltest/Makefile.am b/samltest/Makefile.am index 965f91d..7e7315b 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,7 +31,9 @@ samltest_h = \ saml1/core/impl/AudienceRestrictionConditionTest.h \ saml1/core/impl/AudienceTest.h \ saml1/core/impl/AuthenticationStatementTest.h \ - saml2/binding/impl/SAML2POSTTest.h \ + saml1/binding/SAML1ArtifactTest.h \ + saml1/binding/SAML1POSTTest.h \ + saml1/profile/SAML1PolicyTest.h \ saml2/core/impl/Action20Test.h \ saml2/core/impl/Advice20Test.h \ saml2/core/impl/Artifact20Test.h \ @@ -89,7 +91,11 @@ 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 \ + saml2/profile/SAML2PolicyTest.h noinst_HEADERS = \ binding.h \