aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
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 0c1f33f..660128e 100755
--- a/update.sh
+++ b/update.sh
@@ -309,8 +309,8 @@ test_excludes=(biotest aeadtest evptest pq_test ssltest arc4randomforktest fork_
309 fi 309 fi
310 echo "check_PROGRAMS += $TEST" >> Makefile.am 310 echo "check_PROGRAMS += $TEST" >> Makefile.am
311 echo "${TEST}_SOURCES = $i" >> Makefile.am 311 echo "${TEST}_SOURCES = $i" >> Makefile.am
312 echo "${TEST}_LDADD = \$(top_builddir)/crypto/libcrypto.la" >> Makefile.am 312 echo "${TEST}_LDADD = \$(top_builddir)/ssl/libssl.la" >> Makefile.am
313 echo "${TEST}_LDADD += \$(top_builddir)/ssl/libssl.la" >> Makefile.am 313 echo "${TEST}_LDADD += \$(top_builddir)/crypto/libcrypto.la" >> Makefile.am
314 done 314 done
315) 315)
316$CP $libcrypto_regress/evp/evptests.txt tests 316$CP $libcrypto_regress/evp/evptests.txt tests