X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=samltest%2FMakefile.am;h=124f4ce23575b08493f6457fdcc462436aa3c5d9;hp=25d89d5c4141ccdfd8cb6a35c14d2f19f4469e32;hb=HEAD;hpb=c3cd4ec3fa87d0ad3c6f65c1a5e15f548b1b6cc2 diff --git a/samltest/Makefile.am b/samltest/Makefile.am index 25d89d5..124f4ce 100644 --- a/samltest/Makefile.am +++ b/samltest/Makefile.am @@ -14,6 +14,7 @@ samltest_h = \ SAMLArtifactType0002Test.h \ SAMLArtifactType0004Test.h \ ArtifactMapTest.h \ + CookieTest.h \ encryption/EncryptedAssertionTest.h \ signature/SAML1AssertionTest.h \ signature/SAML1RequestTest.h \ @@ -33,7 +34,7 @@ samltest_h = \ saml1/core/impl/AuthenticationStatementTest.h \ saml1/binding/SAML1ArtifactTest.h \ saml1/binding/SAML1POSTTest.h \ - saml1/profile/SAML1PolicyTest.h \ + saml1/profile/SAML1PolicyTest.h \ saml2/core/impl/Action20Test.h \ saml2/core/impl/Advice20Test.h \ saml2/core/impl/Artifact20Test.h \ @@ -98,16 +99,20 @@ samltest_h = \ saml2/profile/SAML2PolicyTest.h noinst_HEADERS = \ - binding.h \ + binding.h \ internal.h \ - signature/SAMLSignatureTestBase.h + signature/SAMLSignatureTestBase.h \ + $(samltest_h) nodist_samltest_SOURCES = $(samltest_h:.h=.cpp) +if BUILD_UNITTEST +BUILT_SOURCES = $(nodist_samltest_SOURCES) CLEANFILES = $(nodist_samltest_SOURCES) +endif do-cxxtestgen: - if test $(HFILE) = "samltest.h"; then \ + if test "$(CPPFILE)" = "samltest.cpp"; then \ $(CXXTEST) --error-printer --have-eh --have-std --abort-on-fail -o $(CPPFILE) $(HFILE); \ else \ $(CXXTEST) --part --have-eh --have-std --abort-on-fail -o $(CPPFILE) $(HFILE); \ @@ -118,4 +123,4 @@ $(nodist_samltest_SOURCES): %.cpp: %.h samltest_LDADD = $(top_builddir)/saml/libsaml.la -EXTRA_DIST = samltest.vcproj $(samltest_h) data +EXTRA_DIST = samltest.vcxproj samltest.vcxproj.filters data