summaryrefslogtreecommitdiffstats
path: root/test/tests.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2009-05-15 16:36:56 +0000
committerRichard Levitte <levitte@openssl.org>2009-05-15 16:36:56 +0000
commitcc8cc9a3a175690d146a209d648652bbd53b3e68 (patch)
treeb65b88c0cdadd458389b5cd2a01df37367bac755 /test/tests.com
parentaf55c09d9fc91494bc5a4ace682d320b37729ef0 (diff)
Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).
Thank you\! (note: not tested for now, a few nightly builds should give indications though)
Diffstat (limited to 'test/tests.com')
-rw-r--r--test/tests.com7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/tests.com b/test/tests.com
index b3ebd57951..702d087107 100644
--- a/test/tests.com
+++ b/test/tests.com
@@ -6,7 +6,9 @@ $ __proc = f$element(0,";",f$environment("procedure"))
$ __here = f$parse(f$parse("A.;",__proc) - "A.;","[]A.;") - "A.;"
$ __save_default = f$environment("default")
$ __arch := VAX
-$ if f$getsyi("cpu") .ge. 128 then __arch := AXP
+$ if f$getsyi("cpu") .ge. 128 then -
+ __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+$ if __arch .eqs. "" then __arch := UNK
$ texe_dir := sys$disk:[-.'__arch'.exe.test]
$ exe_dir := sys$disk:[-.'__arch'.exe.apps]
$
@@ -18,6 +20,9 @@ $ if p1 .nes. ""
$ then
$ tests = p1
$ else
+$! NOTE: This list reflects the list of dependencies following the
+$! "alltests" target in Makefile. This should make it easy to see
+$! if there's a difference that needs to be taken care of.
$ tests := -
test_des,test_idea,test_sha,test_md4,test_md5,test_hmac,-
test_md2,test_mdc2,test_wp,-