diff options
author | Brent Cook <bcook@openbsd.org> | 2014-07-15 16:43:00 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-07-15 16:43:00 -0500 |
commit | 477f1f018792ddb15a34926910d2f70bb2590cbd (patch) | |
tree | 8776b44b2f9bfa8b655be0ed1b550993d1a750e4 /update.sh | |
parent | c41fb098b98c1c792a9b86a22f1ba7a51adcc144 (diff) | |
download | portable-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-x | update.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ||
276 | rm -f tests/*.c | 276 | rm -f tests/*test.c |
277 | for i in aead/aeadtest.c aeswrap/aes_wrap.c base64/base64test.c bf/bftest.c \ | 277 | for 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 | |||
295 | done | 295 | done |
296 | 296 | ||
297 | # do not directly run all test programs | 297 | # do not directly run all test programs |
298 | test_excludes=(biotest aeadtest evptest pq_test ssltest arc4randomforktest) | 298 | test_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 | ||