From 30d130b7b5aaf8422e29005f566cd2caef5558f6 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Wed, 31 May 2006 17:49:07 -0500 Subject: [svn-r12388] Purpose: Maintenance Description: dsets and objcopy tests were missing from the command files Solution: Added appropriate commands to compile and run tests Platforms tested: VMS server with native float Misc. update: --- vms/test/check.com | 10 ++++++++++ vms/test/make.com | 10 ++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/vms/test/check.com b/vms/test/check.com index 36ba24f..5f47f91 100644 --- a/vms/test/check.com +++ b/vms/test/check.com @@ -95,6 +95,11 @@ $ run dtypes $ type sys$input $ type sys$input +------- Running dsets ------- +$ run dsets +$ type sys$input + +$ type sys$input ------- Running cmpd_dset ------- $ run cmpd_dset $ type sys$input @@ -110,6 +115,11 @@ $ run external $ type sys$input $ type sys$input +------- Running objcopy ------- +$ run objcopy +$ type sys$input + +$ type sys$input ------- Running links ------- $ run links $ type sys$input diff --git a/vms/test/make.com b/vms/test/make.com index 0b293ec..f9be931 100644 --- a/vms/test/make.com +++ b/vms/test/make.com @@ -129,7 +129,7 @@ $! $ type sys$input Creating dsets tests $ ccc dsets -$ link/debug dsets, - +$ link dsets, - libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $! $ type sys$input @@ -151,6 +151,12 @@ $ link external, - libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $! $ type sys$input + Creating objcopy test +$ ccc objcopy +$ link objcopy, - + libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib +$! +$ type sys$input Creating links test $ ccc links $ link links, - @@ -171,7 +177,7 @@ $! $ type sys$input Creating mtime test $ ccc mtime -$ link/debug mtime, - +$ link mtime, - libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $! $ type sys$input -- cgit v0.12