mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
Also install test headers
This commit is contained in:
@@ -347,7 +347,7 @@ $GREP '^[A-Za-z0-9_]' < $libssl_src/Symbols.list > ssl/ssl.sym
|
||||
# copy libcrypto tests
|
||||
echo "copying tests"
|
||||
touch tests/empty.c
|
||||
for i in `find $libcrypto_regress -name '*.c'`; do
|
||||
for i in `find $libcrypto_regress -name '*.[ch]'`; do
|
||||
$CP "$i" tests
|
||||
done
|
||||
$CP $libcrypto_regress/evp/evptests.txt tests
|
||||
|
||||
Reference in New Issue
Block a user