X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=samltest%2FMakefile.am;h=8aab1f1ac85f3d7a267570bd1ba54664179658d3;hb=6f7fde34b9483bf9edffdb1fabc692cc5cdb45ae;hp=f5de16dcf581191e935cef9ee9838f7b2d1e00bb;hpb=0ba5816a876bed78a05d9ed77db97b809927f1c0;p=shibboleth%2Fcpp-opensaml.git diff --git a/samltest/Makefile.am b/samltest/Makefile.am index f5de16d..8aab1f1 100644 --- a/samltest/Makefile.am +++ b/samltest/Makefile.am @@ -9,10 +9,16 @@ endif samltest_h = \ samltest.h \ + SAMLArtifactCreationTest.h \ + SAMLArtifactType0001Test.h \ + SAMLArtifactType0002Test.h \ + SAMLArtifactType0004Test.h \ signature/SAML1AssertionTest.h \ signature/SAML1RequestTest.h \ signature/SAML1ResponseTest.h \ signature/SAML2AssertionTest.h \ + security/AbstractPKIXTrustEngineTest.h \ + security/ExplicitKeyTrustEngineTest.h \ saml1/core/impl/ActionTest.h \ saml1/core/impl/AdviceTest.h \ saml1/core/impl/AssertionIDReferenceTest.h \ @@ -29,6 +35,7 @@ samltest_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 \