aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-07-15 16:43:00 -0500
committerBrent Cook <bcook@openbsd.org>2014-07-15 16:43:00 -0500
commit477f1f018792ddb15a34926910d2f70bb2590cbd (patch)
tree8776b44b2f9bfa8b655be0ed1b550993d1a750e4 /update.sh
parentc41fb098b98c1c792a9b86a22f1ba7a51adcc144 (diff)
downloadportable-477f1f018792ddb15a34926910d2f70bb2590cbd.tar.gz
portable-477f1f018792ddb15a34926910d2f70bb2590cbd.tar.bz2
portable-477f1f018792ddb15a34926910d2f70bb2590cbd.zip
added fork_rand test to check for PID wraparound
ok beck@
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index 9512f8c..1b30f7d 100755
--- a/update.sh
+++ b/update.sh
@@ -273,7 +273,7 @@ copy_src apps "apps.c apps.h asn1pars.c ca.c ciphers.c cms.c crl.c crl2p7.c
273 s_server.c s_socket.c s_time.c sess_id.c smime.c speed.c spkac.c 273 s_server.c s_socket.c s_time.c sess_id.c smime.c speed.c spkac.c
274 testdsa.h testrsa.h timeouts.h ts.c verify.c version.c x509.c" 274 testdsa.h testrsa.h timeouts.h ts.c verify.c version.c x509.c"
275 275
276rm -f tests/*.c 276rm -f tests/*test.c
277for i in aead/aeadtest.c aeswrap/aes_wrap.c base64/base64test.c bf/bftest.c \ 277for i in aead/aeadtest.c aeswrap/aes_wrap.c base64/base64test.c bf/bftest.c \
278 bio/biotest.c bn/general/bntest.c bn/mont/mont.c \ 278 bio/biotest.c bn/general/bntest.c bn/mont/mont.c \
279 cast/casttest.c chacha/chachatest.c cts128/cts128test.c \ 279 cast/casttest.c chacha/chachatest.c cts128/cts128test.c \
@@ -295,7 +295,7 @@ for i in asn1/asn1test.c ssl/ssltest.c ssl/testssl certs/ca.pem certs/server.pem
295done 295done
296 296
297# do not directly run all test programs 297# do not directly run all test programs
298test_excludes=(biotest aeadtest evptest pq_test ssltest arc4randomforktest) 298test_excludes=(biotest aeadtest evptest pq_test ssltest arc4randomforktest fork_rand)
299(cd tests 299(cd tests
300 cp Makefile.am.tpl Makefile.am 300 cp Makefile.am.tpl Makefile.am
301 301