X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=samltest%2FMakefile.am;h=7e7315b9e13cb840f8d5372859c7b02c2e2133a7;hp=0c83dbeb0aedeb5c62e5a8d724e2d262f19e744f;hb=d832e76c5e3e4657231ed9f553fbd869b24de1e9;hpb=0d4d73adf7fa522e14d34932c0bd56e2907481cb diff --git a/samltest/Makefile.am b/samltest/Makefile.am index 0c83dbe..7e7315b 100644 --- a/samltest/Makefile.am +++ b/samltest/Makefile.am @@ -13,10 +13,14 @@ samltest_h = \ SAMLArtifactType0001Test.h \ SAMLArtifactType0002Test.h \ SAMLArtifactType0004Test.h \ + ArtifactMapTest.h \ + encryption/EncryptedAssertionTest.h \ signature/SAML1AssertionTest.h \ signature/SAML1RequestTest.h \ signature/SAML1ResponseTest.h \ signature/SAML2AssertionTest.h \ + security/ExplicitKeyTrustEngineTest.h \ + security/StaticPKIXTrustEngineTest.h \ saml1/core/impl/ActionTest.h \ saml1/core/impl/AdviceTest.h \ saml1/core/impl/AssertionIDReferenceTest.h \ @@ -27,12 +31,16 @@ 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 \ + saml1/profile/SAML1PolicyTest.h \ saml2/core/impl/Action20Test.h \ saml2/core/impl/Advice20Test.h \ saml2/core/impl/Artifact20Test.h \ saml2/core/impl/ArtifactResolve20Test.h \ saml2/core/impl/ArtifactResponse20Test.h \ saml2/core/impl/Assertion20Test.h \ + saml2/core/impl/AssertionIDRef20Test.h \ saml2/core/impl/AssertionIDRequest20Test.h \ saml2/core/impl/AssertionURIRef20Test.h \ saml2/core/impl/Attribute20Test.h \ @@ -78,15 +86,19 @@ samltest_h = \ saml2/core/impl/StatusCode20Test.h \ saml2/core/impl/StatusDetail20Test.h \ saml2/core/impl/StatusMessage20Test.h \ - saml2/core/impl/StatusResponse20Test.h\ saml2/core/impl/Subject20Test.h\ saml2/core/impl/SubjectConfirmation20Test.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 \ internal.h \ signature/SAMLSignatureTestBase.h