diff options
author | Brent Cook <busterb@gmail.com> | 2022-12-13 04:34:25 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2022-12-13 14:23:17 -0600 |
commit | 4f0f6ebd1aa1038923e08af6730a32cde3202f62 (patch) | |
tree | 45d4a0d4dbd55384de61e5b02a3d6272ae311571 /update.sh | |
parent | 5a590f8e0c1bb3b3bf7ba02ee7d3ac0c1e09a1ae (diff) | |
download | portable-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-x | update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
288 | echo "copying tests" | 288 | echo "copying tests" |
289 | touch tests/empty.c | ||
289 | for i in `find $libcrypto_regress -name '*.c'`; do | 290 | for i in `find $libcrypto_regress -name '*.c'`; do |
290 | $CP "$i" tests | 291 | $CP "$i" tests |
291 | done | 292 | done |