aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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