diff options
author | Brent Cook <bcook@openbsd.org> | 2015-03-22 08:03:02 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-03-22 08:03:02 -0500 |
commit | cc3bdea44a083eb69c24a5ff8f7d81312a0971b7 (patch) | |
tree | 0d068d281b49178f50ffe58c9b4305139bf41a8d /update.sh | |
parent | a34d319f8d96a2b43c2fdeef0db7f50a1d644cbe (diff) | |
download | portable-cc3bdea44a083eb69c24a5ff8f7d81312a0971b7.tar.gz portable-cc3bdea44a083eb69c24a5ff8f7d81312a0971b7.tar.bz2 portable-cc3bdea44a083eb69c24a5ff8f7d81312a0971b7.zip |
copy remaining test harness dependencies
Diffstat (limited to 'update.sh')
-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 |