diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2009-04-10 20:52:48 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2009-04-10 20:52:48 (GMT) |
commit | 9d308a023b20400a56eff1acc62d465045c1c8dd (patch) | |
tree | 8048c05136900ac05e07bc61c194d252a9bc784f /vms/test | |
parent | 60bf8e9768e06d931ef1818132af932159ffd07b (diff) | |
download | hdf5-9d308a023b20400a56eff1acc62d465045c1c8dd.zip hdf5-9d308a023b20400a56eff1acc62d465045c1c8dd.tar.gz hdf5-9d308a023b20400a56eff1acc62d465045c1c8dd.tar.bz2 |
[svn-r16736] Added H5Groot.c to src/make.com. Took out space_overflow.c from test/check.com and test/make.com.
Not tested yet.
Diffstat (limited to 'vms/test')
-rw-r--r-- | vms/test/check.com | 5 | ||||
-rw-r--r-- | vms/test/make.com | 6 |
2 files changed, 0 insertions, 11 deletions
diff --git a/vms/test/check.com b/vms/test/check.com index 402f17a..1a833dc 100644 --- a/vms/test/check.com +++ b/vms/test/check.com @@ -216,11 +216,6 @@ $ run set_extent $ type sys$input $ type sys$input -------- Running space_overflow ------- -$ run space_overflow -$ type sys$input - -$ type sys$input ------- Running stab ------- $ run stab $ type sys$input diff --git a/vms/test/make.com b/vms/test/make.com index 998b6f8..e4adac9 100644 --- a/vms/test/make.com +++ b/vms/test/make.com @@ -288,12 +288,6 @@ $ link set_extent, - libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $! $ type sys$input - Creating space_overflow test -$ ccc space_overflow -$ link space_overflow, - - libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib -$! -$ type sys$input Creating stab test $ ccc stab $ link stab, - |