aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2016-11-06 09:10:25 -0600
committerBrent Cook <bcook@openbsd.org>2016-11-06 09:10:25 -0600
commit4e221632b1048f92c2bf4324fb1103635bbbb290 (patch)
tree246421d45c7c387faf7fa9a613d07644a6a0785c
parentf51c1b388657437cbfe561d435377766035191d0 (diff)
downloadportable-4e221632b1048f92c2bf4324fb1103635bbbb290.tar.gz
portable-4e221632b1048f92c2bf4324fb1103635bbbb290.tar.bz2
portable-4e221632b1048f92c2bf4324fb1103635bbbb290.zip
link regression tests fully statically
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4309fcb..bbc2ce7 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -10,7 +10,7 @@ AM_CPPFLAGS += -D_PATH_SSL_CA_FILE=\"$(top_srcdir)/apps/openssl/cert.pem\"
10LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) 10LDADD = $(PLATFORM_LDADD) $(PROG_LDADD)
11LDADD += $(abs_top_builddir)/tls/.libs/libtls.a 11LDADD += $(abs_top_builddir)/tls/.libs/libtls.a
12LDADD += $(abs_top_builddir)/ssl/.libs/libssl.a 12LDADD += $(abs_top_builddir)/ssl/.libs/libssl.a
13LDADD += $(abs_top_builddir)/crypto/libcrypto.la 13LDADD += $(abs_top_builddir)/crypto/.libs/libcrypto.a
14 14
15TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh 15TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh
16 16