mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r19860] I added accum.c, filter_fail.c, links_env.c, space_overflow.c, testmeta.c to the test list.
Not tested yet.
This commit is contained in:
parent
fbf5803758
commit
58ec33ebba
@ -25,6 +25,11 @@ $ type sys$input
|
||||
$ run testhdf5
|
||||
$ type sys$input
|
||||
|
||||
$ type sys$input
|
||||
------- Running accum -------
|
||||
$ run accum
|
||||
$ type sys$input
|
||||
|
||||
$ type sys$input
|
||||
------- Running app_ref -------
|
||||
$ run app_ref
|
||||
@ -55,6 +60,11 @@ $ type sys$input
|
||||
$ run cache
|
||||
$ type sys$input
|
||||
|
||||
$ type sys$input
|
||||
------- Running cache_tagging -------
|
||||
$ run cache_tagging
|
||||
$ type sys$input
|
||||
|
||||
$ type sys$input
|
||||
------- Running chunk_info -------
|
||||
$ run chunk_info
|
||||
@ -125,6 +135,11 @@ $ type sys$input
|
||||
$ run fillval
|
||||
$ type sys$input
|
||||
|
||||
$ type sys$input
|
||||
------- Running filter_fail -------
|
||||
$ run filter_fail
|
||||
$ type sys$input
|
||||
|
||||
$ type sys$input
|
||||
------- Running flush1 -------
|
||||
$ run flush1
|
||||
@ -170,6 +185,11 @@ $ type sys$input
|
||||
$ run links
|
||||
$ type sys$input
|
||||
|
||||
$ type sys$input
|
||||
------- Running links_env -------
|
||||
$ run links_env
|
||||
$ type sys$input
|
||||
|
||||
$ type sys$input
|
||||
------- Running mf -------
|
||||
$ run mf
|
||||
@ -215,11 +235,21 @@ $ type sys$input
|
||||
$ 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
|
||||
|
||||
$ type sys$input
|
||||
------- Running testmeta -------
|
||||
$ run testmeta
|
||||
$ type sys$input
|
||||
|
||||
$ type sys$input
|
||||
------- Running unlink -------
|
||||
$ run unlink
|
||||
|
@ -26,8 +26,8 @@ $ ccc := cc 'ccopt /include=([-.src])
|
||||
$ type sys$input
|
||||
Creating testhdf5
|
||||
$!
|
||||
$ cobj= "h5test.c, testframe.c, testhdf5.c, tarray.c, tattr.c, tchecksum.c, tconfig.c,"+-
|
||||
"tcoords.c, tfile.c, tgenprop.c, th5o.c, th5s.c, theap.c, tid.c,"+-
|
||||
$ cobj= "h5test.c, testframe.c, testhdf5.c, tarray.c, tattr.c, tcheck_version., tchecksum.c,"+-
|
||||
"tconfig.c, tcoords.c, tfile.c, tgenprop.c, th5o.c, th5s.c, theap.c, tid.c,"+-
|
||||
"titerate.c, tmeta.c, tmisc.c, trefer.c, trefstr.c, tselect.c, tskiplist.c,"+-
|
||||
"tsohm.c, ttime.c, ttst.c, tunicode.c, tvlstr.c, tvltypes.c, cache_common.c"
|
||||
$!
|
||||
@ -35,12 +35,19 @@ $ ccc 'cobj
|
||||
$ library/create/replace []libh5test h5test, testframe, cache_common
|
||||
$ type sys$input
|
||||
Creating libh5test
|
||||
$ link testhdf5,tarray,tattr,tchecksum,tconfig, -
|
||||
$ link testhdf5,tarray,tattr,tcheck_version,tchecksum,tconfig, -
|
||||
tcoords,tfile,tgenprop,th5o,th5s,theap,tid,titerate, -
|
||||
tmeta,tmisc,trefer,trefstr, -
|
||||
tselect,tskiplist,tsohm,ttime,ttst,tunicode,tvlstr,tvltypes, -
|
||||
libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
|
||||
$
|
||||
$! a new test
|
||||
$ type sys$input
|
||||
Creating accum test
|
||||
$ ccc accum
|
||||
$ link accum, -
|
||||
libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
|
||||
$!
|
||||
$ type sys$input
|
||||
Creating app_ref test
|
||||
$ ccc app_ref
|
||||
@ -83,6 +90,13 @@ $ ccc cache_common
|
||||
$ link cache_common, -
|
||||
libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
|
||||
$!
|
||||
$! a new test
|
||||
$ type sys$input
|
||||
Creating cache_tagging tests
|
||||
$ ccc cache_tagging
|
||||
$ link cache_tagging, -
|
||||
libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
|
||||
$!
|
||||
$ type sys$input
|
||||
Creating chunk_info test
|
||||
$ ccc chunk_info
|
||||
@ -179,6 +193,13 @@ $ ccc fillval
|
||||
$ link fillval, -
|
||||
libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
|
||||
$!
|
||||
$! a new test
|
||||
$ type sys$input
|
||||
Creating filter_fail test
|
||||
$ ccc filter_fail
|
||||
$ link filter_fail, -
|
||||
libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
|
||||
$!
|
||||
$ type sys$input
|
||||
Creating flush1 test
|
||||
$ ccc flush1
|
||||
@ -233,6 +254,13 @@ $ ccc links
|
||||
$ link links, -
|
||||
libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
|
||||
$!
|
||||
$! a new test
|
||||
$ type sys$input
|
||||
Creating links_env test
|
||||
$ ccc links_env
|
||||
$ link links_env, -
|
||||
libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
|
||||
$!
|
||||
$ type sys$input
|
||||
Creating mf test
|
||||
$ ccc mf
|
||||
@ -287,12 +315,26 @@ $ ccc set_extent
|
||||
$ link set_extent, -
|
||||
libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
|
||||
$!
|
||||
$! a new test
|
||||
$ 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, -
|
||||
libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
|
||||
$!
|
||||
$! a new test
|
||||
$ type sys$input
|
||||
Creating testmeta test
|
||||
$ ccc testmeta
|
||||
$ link testmeta, -
|
||||
libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
|
||||
$!
|
||||
$ type sys$input
|
||||
Creating unlink test
|
||||
$ ccc unlink
|
||||
|
Loading…
x
Reference in New Issue
Block a user