diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2016-04-16 08:40:06 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2016-04-16 08:40:06 (GMT) |
commit | a916ea97b879b8ce1662d3772032022ae07eed31 (patch) | |
tree | cb6b381410e2b7825d21ee45a438a26105ef426b /test | |
parent | d3574d0570e57d59ed99dd28e79ad808493b8462 (diff) | |
download | hdf5-a916ea97b879b8ce1662d3772032022ae07eed31.zip hdf5-a916ea97b879b8ce1662d3772032022ae07eed31.tar.gz hdf5-a916ea97b879b8ce1662d3772032022ae07eed31.tar.bz2 |
[svn-r29716] Description:
Add missing testfiles from dsets.c to the 'clean' target.
Tested on:
MacOSX/64 10.11.4 (amazon) w/serial & parallel
(h5committest forthcoming)
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index afd84be..d9576c1 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -126,8 +126,10 @@ flush2.chkexe_: flush1.chkexe_ # the temporary file name in ways that the makefile is not aware of. CHECK_CLEANFILES+=accum.h5 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 chunk_expand.h5 \ - copy_dcpl_newfile.h5 extend.h5 istore.h5 extlinks*.h5 frspace.h5 links*.h5 \ + huge_chunks.h5 chunk_cache.h5 big_chunk.h5 chunk_fast.h5 chunk_expand.h5 \ + chunk_fixed.h5 copy_dcpl_newfile.h5 partial_chunks.h5 layout_extend.h5 \ + zero_chunk.h5 storage_size.h5 \ + extend.h5 istore.h5 extlinks*.h5 frspace.h5 links*.h5 \ sys_file1 tfile[1-7].h5 th5s[1-4].h5 lheap.h5 fheap.h5 ohdr.h5 \ stab.h5 extern_[1-5].h5 extern_[1-4][rw].raw gheap[0-4].h5 \ dt_arith[1-2] links.h5 links[0-6]*.h5 extlinks[0-15].h5 tmp \ |