aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-12-28 22:26:11 +0000
committerRichard Levitte <levitte@openssl.org>2000-12-28 22:26:11 +0000
commit66a0def81bc49c046f1c0ffd4eb93056b20686f7 (patch)
tree075a912e227f37f2556d305f45821599f77a3e6f /test
parent73e92de57759ea1fadbc7a9d08e02b99a752d688 (diff)
downloadopenssl-66a0def81bc49c046f1c0ffd4eb93056b20686f7.tar.gz
Update VMS build procedures to match the current status.
Diffstat (limited to 'test')
-rw-r--r--test/tests.com8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/tests.com b/test/tests.com
index a7257d412a..3c8ee4ea24 100644
--- a/test/tests.com
+++ b/test/tests.com
@@ -21,10 +21,10 @@ $ else
$ 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_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_gen,test_req,test_pkcs7,test_verify,test_dh,test_dsa,-
- test_ss,test_ca,test_engine,test_ssl,test_rd
+ test_ss,test_ca,test_engine,test_engine,test_ssl
$ endif
$ tests = f$edit(tests,"COLLAPSE")
$
@@ -158,7 +158,7 @@ RECORD
$ create/fdl=bntest-vms.fdl bntest-vms.sh
$ open/append foo bntest-vms.sh
$ type/output=foo: sys$input:
-<< __FOO__ bc | perl -e 'while (<STDIN>) {if (/^test (.*)/) {print STDERR "\nverify $1";} elsif (!/^0$/) {die "\nFailed! bc: $_";} print STDERR "."; $i++;} print STDERR "\n$i tests passed\n"'
+<< __FOO__ sh -c "`sh ./bctest`" | $(PERL) -e '$$i=0; while (<STDIN>) {if (/^test (.*)/) {print STDERR "\nverify $$1";} elsif (!/^0$$/) {die "\nFailed! bc: $$_";} else {print STDERR "."; $$i++;}} print STDERR "\n$$i tests passed\n"'
$ define/user sys$output bntest-vms.tmp
$ mcr 'texe_dir''bntest'
$ copy bntest-vms.tmp foo:
@@ -225,7 +225,7 @@ $ write sys$output "Generate and certify a test certificate via the 'ca' pro
$ @testca.com
$ endif
$ return
-$ test_engine:
+$ test_rd:
$ write sys$output "test Rijndael"
$ !mcr 'texe_dir''rdtest'
$ return