mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
[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:
parent
a4c993cf24
commit
30d130b7b5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user