aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xupdate.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index fdf598a..317b823 100755
--- a/update.sh
+++ b/update.sh
@@ -197,10 +197,14 @@ echo "copying tests"
197for i in `find $libcrypto_regress -name '*.c'`; do 197for i in `find $libcrypto_regress -name '*.c'`; do
198 $CP "$i" tests 198 $CP "$i" tests
199done 199done
200$CP $libcrypto_regress/evp/evptests.txt tests
201$CP $libcrypto_regress/aead/aeadtests.txt tests
202$CP $libcrypto_regress/pqueue/expected.txt tests/pq_expected.txt
200 203
201# copy libc tests 204# copy libc tests
202$CP $libc_regress/arc4random-fork/arc4random-fork.c tests/arc4randomforktest.c 205$CP $libc_regress/arc4random-fork/arc4random-fork.c tests/arc4randomforktest.c
203$CP $libc_regress/explicit_bzero/explicit_bzero.c tests 206$CP $libc_regress/explicit_bzero/explicit_bzero.c tests
207$CP $libc_src/string/memmem.c tests
204$CP $libc_regress/timingsafe/timingsafe.c tests 208$CP $libc_regress/timingsafe/timingsafe.c tests
205 209
206# copy libssl tests 210# copy libssl tests
@@ -208,10 +212,9 @@ $CP $libssl_regress/ssl/testssl tests
208for i in `find $libssl_regress -name '*.c'`; do 212for i in `find $libssl_regress -name '*.c'`; do
209 $CP "$i" tests 213 $CP "$i" tests
210done 214done
211
212$CP $libssl_regress/certs/ca.pem tests 215$CP $libssl_regress/certs/ca.pem tests
213$CP $libssl_regress/certs/server.pem tests 216$CP $libssl_regress/certs/server.pem tests
214$CP $libc_src/string/memmem.c tests 217
215chmod 755 tests/testssl 218chmod 755 tests/testssl
216 219
217# add headers 220# add headers