diff options
-rwxr-xr-x | update.sh | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -197,10 +197,14 @@ echo "copying tests" | |||
197 | for i in `find $libcrypto_regress -name '*.c'`; do | 197 | for i in `find $libcrypto_regress -name '*.c'`; do |
198 | $CP "$i" tests | 198 | $CP "$i" tests |
199 | done | 199 | done |
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 | |||
208 | for i in `find $libssl_regress -name '*.c'`; do | 212 | for i in `find $libssl_regress -name '*.c'`; do |
209 | $CP "$i" tests | 213 | $CP "$i" tests |
210 | done | 214 | done |
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 | |
215 | chmod 755 tests/testssl | 218 | chmod 755 tests/testssl |
216 | 219 | ||
217 | # add headers | 220 | # add headers |