diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-04-23 21:52:45 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-04-23 21:52:45 (GMT) |
commit | b2df2fa6771f46c910fb2b248c9d8b885afc2592 (patch) | |
tree | b7700d9368c8dc4a6a74a795af7186eb792f8dbe /test/Makefile.am | |
parent | f098d20ab95c885414f82ee310b3692929e76227 (diff) | |
download | hdf5-b2df2fa6771f46c910fb2b248c9d8b885afc2592.zip hdf5-b2df2fa6771f46c910fb2b248c9d8b885afc2592.tar.gz hdf5-b2df2fa6771f46c910fb2b248c9d8b885afc2592.tar.bz2 |
[svn-r16849] Description:
Bring r16848 from revise_chunks branch to trunk:
Add test (and bugfixes) for detecting if a filter makes a chunk size
larger than can be encoded in a 32-bit variable (in the file).
Tested on:
FreeBSD/32 6.3 (duty) in debug mode
(h5committest not needed, multi-platform testing done on branch)
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index fd23e4a..c3bdc35 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -104,11 +104,11 @@ flush2.chkexe_: flush1.chkexe_ # the temporary file name in ways that the makefile is not aware of. CHECK_CLEANFILES+=cmpd_dset.h5 compact_dataset.h5 dataset.h5 dset_offset.h5 \ max_compact_dataset.h5 simple.h5 set_local.h5 random_chunks.h5 \ - huge_chunks.h5 chunk_cache.h5 big_chunk.h5 extend.h5 istore.h5 \ - extlinks*.h5 frspace.h5 links*.h5 \ - tfile[1-4].h5 th5s[1-3].h5 lheap.h5 fheap.h5 ohdr.h5 stab.h5 \ - extern_[1-3].h5 extern_[1-4][ab].raw gheap[0-4].h5 dt_arith[1-2] \ - links.h5 links[0-6]*.h5 extlinks[0-15].h5 tmp \ + huge_chunks.h5 chunk_cache.h5 big_chunk.h5 \ + chunk_expand.h5 extend.h5 istore.h5 extlinks*.h5 frspace.h5 \ + links*.h5 tfile[1-4].h5 th5s[1-3].h5 lheap.h5 fheap.h5 ohdr.h5 \ + stab.h5 extern_[1-3].h5 extern_[1-4][ab].raw gheap[0-4].h5 \ + dt_arith[1-2] links.h5 links[0-6]*.h5 extlinks[0-15].h5 tmp \ big.data big[0-9][0-9][0-9][0-9][0-9].h5 \ stdio.h5 sec2.h5 dtypes[1-8].h5 dt_arith[1-2].h5 tattr.h5 \ tselect.h5 mtime.h5 unlink.h5 unicode.h5 coord.h5 \ |