diff options
author | Brent Cook <bcook@openbsd.org> | 2016-08-13 11:52:06 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2016-08-13 11:52:06 -0500 |
commit | 8edd509e2c42219ec1104913e6597332b9e5f2e9 (patch) | |
tree | 9630f82267574a26639c881ba1bec7a054fafa5f /tests/Makefile.am | |
parent | 439de92dc6a11c24f4a306f925e15d701e6816b0 (diff) | |
parent | fef54aef369f0ea48d82d77ceb9a8c128f856384 (diff) | |
download | portable-8edd509e2c42219ec1104913e6597332b9e5f2e9.tar.gz portable-8edd509e2c42219ec1104913e6597332b9e5f2e9.tar.bz2 portable-8edd509e2c42219ec1104913e6597332b9e5f2e9.zip |
Land #217, Set _PATH_SSL_CA_FILE to the tarball internal path for regression tests
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
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 | |||
5 | AM_CPPFLAGS += -I $(top_srcdir)/ssl | 5 | AM_CPPFLAGS += -I $(top_srcdir)/ssl |
6 | AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl | 6 | AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl |
7 | AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl/compat | 7 | AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl/compat |
8 | AM_CPPFLAGS += -D_PATH_SSL_CA_FILE=\"$(top_srcdir)/apps/openssl/cert.pem\" | ||
8 | 9 | ||
9 | LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) | 10 | LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) |
10 | LDADD += $(abs_top_builddir)/ssl/libssl.la | 11 | LDADD += $(abs_top_builddir)/ssl/libssl.la |