diff options
author | Brent Cook <bcook@openbsd.org> | 2016-11-06 09:10:25 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2016-11-06 09:10:25 -0600 |
commit | 4e221632b1048f92c2bf4324fb1103635bbbb290 (patch) | |
tree | 246421d45c7c387faf7fa9a613d07644a6a0785c | |
parent | f51c1b388657437cbfe561d435377766035191d0 (diff) | |
download | portable-4e221632b1048f92c2bf4324fb1103635bbbb290.tar.gz portable-4e221632b1048f92c2bf4324fb1103635bbbb290.tar.bz2 portable-4e221632b1048f92c2bf4324fb1103635bbbb290.zip |
link regression tests fully statically
-rw-r--r-- | tests/Makefile.am | 2 |
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\" | |||
10 | LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) | 10 | LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) |
11 | LDADD += $(abs_top_builddir)/tls/.libs/libtls.a | 11 | LDADD += $(abs_top_builddir)/tls/.libs/libtls.a |
12 | LDADD += $(abs_top_builddir)/ssl/.libs/libssl.a | 12 | LDADD += $(abs_top_builddir)/ssl/.libs/libssl.a |
13 | LDADD += $(abs_top_builddir)/crypto/libcrypto.la | 13 | LDADD += $(abs_top_builddir)/crypto/.libs/libcrypto.a |
14 | 14 | ||
15 | TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh | 15 | TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh |
16 | 16 | ||