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/test/check.com | |
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/test/check.com')
-rw-r--r-- | vms/test/check.com | 10 |
1 files changed, 10 insertions, 0 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 |