aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2022-12-13 04:34:25 -0600
committerBrent Cook <busterb@gmail.com>2022-12-13 14:23:17 -0600
commit4f0f6ebd1aa1038923e08af6730a32cde3202f62 (patch)
tree45d4a0d4dbd55384de61e5b02a3d6272ae311571 /update.sh
parent5a590f8e0c1bb3b3bf7ba02ee7d3ac0c1e09a1ae (diff)
downloadportable-4f0f6ebd1aa1038923e08af6730a32cde3202f62.tar.gz
portable-4f0f6ebd1aa1038923e08af6730a32cde3202f62.tar.bz2
portable-4f0f6ebd1aa1038923e08af6730a32cde3202f62.zip
Build a static test library with all symbols
Build and link a special test library rather than assuming that the build has static libraries available.
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index e7d9e6b..c7ff9fb 100755
--- a/update.sh
+++ b/update.sh
@@ -286,6 +286,7 @@ $GREP '^[A-Za-z0-9_]' < $libssl_src/Symbols.list > ssl/ssl.sym
286 286
287# copy libcrypto tests 287# copy libcrypto tests
288echo "copying tests" 288echo "copying tests"
289touch tests/empty.c
289for i in `find $libcrypto_regress -name '*.c'`; do 290for i in `find $libcrypto_regress -name '*.c'`; do
290 $CP "$i" tests 291 $CP "$i" tests
291done 292done