aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2016-08-12 16:27:18 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2016-08-12 16:27:18 +0900
commitfef54aef369f0ea48d82d77ceb9a8c128f856384 (patch)
treecfaf4f082bc6e03cf791a3ad83e25ad1f58e7794 /tests/Makefile.am
parent36aafbb2410a9a0da0c83c32499d3dcb6e5d2025 (diff)
downloadportable-fef54aef369f0ea48d82d77ceb9a8c128f856384.tar.gz
portable-fef54aef369f0ea48d82d77ceb9a8c128f856384.tar.bz2
portable-fef54aef369f0ea48d82d77ceb9a8c128f856384.zip
Set _PATH_SSL_CA_FILE to the tarball internal path for regression tests
- let tests to use the cert.pem in the tarball, for both automake and cmake. - put this definition out of "if(ENABLE_EXTRATESTS)" since this can be shared by all tests.
Diffstat (limited to '')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c229b66..aad86d9 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -5,6 +5,7 @@ AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1
5AM_CPPFLAGS += -I $(top_srcdir)/ssl 5AM_CPPFLAGS += -I $(top_srcdir)/ssl
6AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl 6AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl
7AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl/compat 7AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl/compat
8AM_CPPFLAGS += -D_PATH_SSL_CA_FILE=\"$(top_srcdir)/apps/openssl/cert.pem\"
8 9
9LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) 10LDADD = $(PLATFORM_LDADD) $(PROG_LDADD)
10LDADD += $(abs_top_builddir)/ssl/libssl.la 11LDADD += $(abs_top_builddir)/ssl/libssl.la