diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-21 13:54:23 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-21 13:54:23 (GMT) |
commit | b7dbfc3796ebbf4fedd4fe406c833363591368f0 (patch) | |
tree | 7ec59a3792a76ce8276a83b6e1f73fad3841a2f4 /test/Makefile.in | |
parent | 8dadcdb1016ee6ea9399ac308ab72993eb5329dc (diff) | |
download | hdf5-b7dbfc3796ebbf4fedd4fe406c833363591368f0.zip hdf5-b7dbfc3796ebbf4fedd4fe406c833363591368f0.tar.gz hdf5-b7dbfc3796ebbf4fedd4fe406c833363591368f0.tar.bz2 |
[svn-r7243] Purpose:
Bug fix
Description:
Fix bug with combination of fill-values, chunked datasets and
variable-length strings.
Platforms tested:
FreeBSD 4.8 (sleipnir)
h5committest
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 3c7b79e..fc03b62 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -58,6 +58,7 @@ MOSTLYCLEAN=cmpd_dset.h5 compact_dataset.h5 dataset.h5 extend.h5 istore.h5 \ tvlstr.h5 flush.h5 enum1.h5 titerate.h5 ttsafe.h5 tarray1.h5 \ tgenprop.h5 tmisc.h5 tmisc2a.h5 tmisc2b.h5 tmisc3.h5 tmisc4a.h5 \ tmisc4b.h5 tmisc5.h5 tmisc6.h5 tmisc7.h5 tmisc8.h5 tmisc9.h5 \ + tmisc10.h5 tmisc11.h5 tmisc12.h5 \ set_extent_read.h5 set_extent_create.h5 getname.h5 getname1.h5 \ getname2.h5 getname3.h5 sec2_file.h5 family_file000[0-3][0-9].h5 \ multi_file-[rs].h5 core_file new_move_[ab].h5 ntypes.h5 dangle.h5 \ |