aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-07-20 13:40:14 -0500
committerBrent Cook <bcook@openbsd.org>2014-07-20 16:30:44 -0500
commit9c2c499bf3141fbcb61f4ca3fdbc77d451768bc8 (patch)
tree7c35908a8ee61994b1ff0caf73dcf9e987a3e389 /update.sh
parent237250e07ac8c1e1417b8b71ed0640ba8d931d7c (diff)
downloadportable-9c2c499bf3141fbcb61f4ca3fdbc77d451768bc8.tar.gz
portable-9c2c499bf3141fbcb61f4ca3fdbc77d451768bc8.tar.bz2
portable-9c2c499bf3141fbcb61f4ca3fdbc77d451768bc8.zip
Use correct static link order for unit tests.
thanks to Jonas 'Sortie' Termansen ok beck@
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index b226603..df47df0 100755
--- a/update.sh
+++ b/update.sh
@@ -307,8 +307,8 @@ test_excludes=(biotest aeadtest evptest pq_test ssltest arc4randomforktest fork_
307 fi 307 fi
308 echo "check_PROGRAMS += $TEST" >> Makefile.am 308 echo "check_PROGRAMS += $TEST" >> Makefile.am
309 echo "${TEST}_SOURCES = $i" >> Makefile.am 309 echo "${TEST}_SOURCES = $i" >> Makefile.am
310 echo "${TEST}_LDADD = \$(top_builddir)/ssl/libssl.la" >> Makefile.am 310 echo "${TEST}_LDADD = \$(top_builddir)/crypto/libcrypto.la" >> Makefile.am
311 echo "${TEST}_LDADD += \$(top_builddir)/crypto/libcrypto.la" >> Makefile.am 311 echo "${TEST}_LDADD += \$(top_builddir)/ssl/libssl.la" >> Makefile.am
312 done 312 done
313) 313)
314cp $libcrypto_regress/evp/evptests.txt tests 314cp $libcrypto_regress/evp/evptests.txt tests