[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:
This commit is contained in:
Elena Pourmal 2006-05-31 17:49:07 -05:00
parent a4c993cf24
commit 30d130b7b5
2 changed files with 18 additions and 2 deletions

View File

@ -94,6 +94,11 @@ $ type sys$input
$ run dtypes
$ type sys$input
$ type sys$input
------- Running dsets -------
$ run dsets
$ type sys$input
$ type sys$input
------- Running cmpd_dset -------
$ run cmpd_dset
@ -109,6 +114,11 @@ $ type sys$input
$ run external
$ type sys$input
$ type sys$input
------- Running objcopy -------
$ run objcopy
$ type sys$input
$ type sys$input
------- Running links -------
$ run links

View File

@ -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
@ -150,6 +150,12 @@ $ ccc external
$ 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
@ -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