summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-03-08 14:40:20 +0000
committerRichard Levitte <levitte@openssl.org>2001-03-08 14:40:20 +0000
commite0a9ba9c3c4ea7bf27ceff33633cd48b542de860 (patch)
tree98c0d7efb1265b1c6bdc2ffb63962b4f7b54fa7c /test
parent2dc769a1c17e1e0c7aef6e11496c8ba2c1db2e28 (diff)
downloadopenssl-new-e0a9ba9c3c4ea7bf27ceff33633cd48b542de860.tar.gz
VMS catches up on the EC modifications.
Diffstat (limited to 'test')
-rw-r--r--test/tests.com8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/tests.com b/test/tests.com
index 3c8ee4ea24..8cd671415c 100644
--- a/test/tests.com
+++ b/test/tests.com
@@ -22,13 +22,14 @@ $ tests := -
test_des,test_idea,test_sha,test_md4,test_md5,test_hmac,-
test_md2,test_mdc2,-
test_rmd,test_rc2,test_rc4,test_rc5,test_bf,test_cast,test_rd,-
- test_rand,test_bn,test_enc,test_x509,test_rsa,test_crl,test_sid,-
+ test_rand,test_bn,test_ec,test_enc,test_x509,test_rsa,test_crl,test_sid,-
test_gen,test_req,test_pkcs7,test_verify,test_dh,test_dsa,-
- test_ss,test_ca,test_engine,test_engine,test_ssl
+ test_ss,test_ca,test_engine,test_ssl
$ endif
$ tests = f$edit(tests,"COLLAPSE")
$
$ BNTEST := bntest
+$ ECTEST := ectest
$ EXPTEST := exptest
$ IDEATEST := ideatest
$ SHATEST := shatest
@@ -172,6 +173,9 @@ $ write sys$output ""
$ write sys$output "test a^b%c implementations"
$ mcr 'texe_dir''exptest'
$ return
+$ test_ec:
+$ mcr 'texe_dir''ectest'
+$ return
$ test_verify:
$ write sys$output "The following command should have some OK's and some failures"
$ write sys$output "There are definitly a few expired certificates"