aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-03-22 08:03:02 -0500
committerBrent Cook <bcook@openbsd.org>2015-03-22 08:03:02 -0500
commitcc3bdea44a083eb69c24a5ff8f7d81312a0971b7 (patch)
tree0d068d281b49178f50ffe58c9b4305139bf41a8d /update.sh
parenta34d319f8d96a2b43c2fdeef0db7f50a1d644cbe (diff)
downloadportable-cc3bdea44a083eb69c24a5ff8f7d81312a0971b7.tar.gz
portable-cc3bdea44a083eb69c24a5ff8f7d81312a0971b7.tar.bz2
portable-cc3bdea44a083eb69c24a5ff8f7d81312a0971b7.zip
copy remaining test harness dependencies
Diffstat (limited to 'update.sh')
-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