diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-09-27 18:06:11 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-09-27 18:06:11 (GMT) |
commit | 3f2fb8bed1bc01382e01f8788f3e44799fa54b61 (patch) | |
tree | b791383bfa41e9152e734097f9d0e860317b7919 /test/Makefile.in | |
parent | 643811be029c5a8d483c7fa28bf3cf063192117b (diff) | |
download | hdf5-3f2fb8bed1bc01382e01f8788f3e44799fa54b61.zip hdf5-3f2fb8bed1bc01382e01f8788f3e44799fa54b61.tar.gz hdf5-3f2fb8bed1bc01382e01f8788f3e44799fa54b61.tar.bz2 |
[svn-r9322] Purpose:
Bug fix
Description:
Fix situation where deleting a chunked datasets with B-tree nodes that
weren't in the metadata cache would die with a core dump.
Platforms tested:
FreeBSD 4.10 (sleipnir)
Linux 2.4 (heping)
Solaris 2.7 (arabica)
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index ddc3ea7..5a33f2d 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -69,7 +69,8 @@ MOSTLYCLEAN=cmpd_dset.h5 compact_dataset.h5 dataset.h5 extend.h5 istore.h5 \ getname.h5 getname[1-3].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 error_test.h5 err_compat.h5 \ - dtransform.h5 test_filters.h5 get_file_name.h5 tstint[1-2].h5 + dtransform.h5 test_filters.h5 get_file_name.h5 tstint[1-2].h5 \ + unlink_chunked.h5 CLEAN=$(TIMINGS) |