X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=samltest%2FMakefile.am;h=25d89d5c4141ccdfd8cb6a35c14d2f19f4469e32;hp=be61ae87b564809b9de3b3021fc641e0fd39d022;hb=c3cd4ec3fa87d0ad3c6f65c1a5e15f548b1b6cc2;hpb=12d8e6ed0125ea986a8eb78ea177b6d6f0251fd6 diff --git a/samltest/Makefile.am b/samltest/Makefile.am index be61ae8..25d89d5 100644 --- a/samltest/Makefile.am +++ b/samltest/Makefile.am @@ -9,10 +9,18 @@ endif samltest_h = \ samltest.h \ + SAMLArtifactCreationTest.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 \ @@ -23,17 +31,39 @@ 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 \ saml2/core/impl/AttributeQuery20Test.h \ + saml2/core/impl/AttributeStatement20Test.h \ + saml2/core/impl/Audience20Test.h \ + saml2/core/impl/AudienceRestriction20Test.h \ + saml2/core/impl/AuthenticatingAuthority20Test.h \ + saml2/core/impl/AuthnContext20Test.h \ + saml2/core/impl/AuthnContextClassRef20Test.h \ + saml2/core/impl/AuthnContextDeclRef20Test.h \ saml2/core/impl/AuthnQuery20Test.h \ saml2/core/impl/AuthnRequest20Test.h \ + saml2/core/impl/AuthnStatement20Test.h \ saml2/core/impl/AuthzDecisionQuery20Test.h \ + saml2/core/impl/AuthzDecisionStatement20Test.h \ + saml2/core/impl/Conditions20Test.h \ + saml2/core/impl/Evidence20Test.h \ saml2/core/impl/GetComplete20Test.h \ saml2/core/impl/IDPEntry20Test.h \ saml2/core/impl/IDPList20Test.h \ + saml2/core/impl/Issuer20Test.h \ + saml2/core/impl/KeyInfoConfirmationDataType20Test.h\ saml2/core/impl/LogoutRequest20Test.h \ saml2/core/impl/LogoutResponse20Test.h \ saml2/core/impl/ManageNameIDRequest20Test.h \ @@ -41,8 +71,12 @@ samltest_h = \ saml2/core/impl/NameIDMappingRequest20Test.h \ saml2/core/impl/NameIDMappingResponse20Test.h \ saml2/core/impl/NameIDPolicy20Test.h \ + saml2/core/impl/NameID20Test.h \ + saml2/core/impl/NameIDType20Test.h \ saml2/core/impl/NewEncryptedID20Test.h \ saml2/core/impl/NewID20Test.h \ + saml2/core/impl/OneTimeUse20Test.h \ + saml2/core/impl/ProxyRestriction20Test.h \ saml2/core/impl/RequesterID20Test.h \ saml2/core/impl/RequestedAuthnContext20Test.h \ saml2/core/impl/Response20Test.h \ @@ -52,11 +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