diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-14 12:22:01 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-14 12:22:01 (GMT) |
commit | e9f6bf020abe8c3ee01c5f5858bad35f8f67ba3e (patch) | |
tree | d8e80db65c23b12827508ccc6c3d8101edd977da /test/Makefile.in | |
parent | f4c720276227ba5c17097b9e36740bbef0fd1536 (diff) | |
download | hdf5-e9f6bf020abe8c3ee01c5f5858bad35f8f67ba3e.zip hdf5-e9f6bf020abe8c3ee01c5f5858bad35f8f67ba3e.tar.gz hdf5-e9f6bf020abe8c3ee01c5f5858bad35f8f67ba3e.tar.bz2 |
[svn-r7363] Purpose:
Bug fix
Description:
Allow a user block to be "inserted" in front of a file (probably by
writing a validly-sized userblock to a new file and then appending another
HDF5 file to the new file).
Platforms tested:
FreeBSD 4.8 (sleipnir)
h5committested
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 5755d77..2041f35 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 tmisc13a.h5 tmisc13b.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 |