diff options
-rwxr-xr-x | update.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ) |
314 | cp $libcrypto_regress/evp/evptests.txt tests | 314 | cp $libcrypto_regress/evp/evptests.txt tests |