diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-05-31 22:49:07 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-05-31 22:49:07 (GMT) |
commit | 30d130b7b5aaf8422e29005f566cd2caef5558f6 (patch) | |
tree | db721919e7497a9614ada58e5e644f2a82d9af5e /vms | |
parent | a4c993cf24880c1600ba21dd1d7fb1bbbf1541f7 (diff) | |
download | hdf5-30d130b7b5aaf8422e29005f566cd2caef5558f6.zip hdf5-30d130b7b5aaf8422e29005f566cd2caef5558f6.tar.gz hdf5-30d130b7b5aaf8422e29005f566cd2caef5558f6.tar.bz2 |
[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:
Diffstat (limited to 'vms')
-rw-r--r-- | vms/test/check.com | 10 | ||||
-rw-r--r-- | 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 |