summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-02-25 18:48:31 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-02-25 18:48:31 (GMT)
commitc4044e0c85778e6bd3eda61b7bfdf6bb0fd0a8e9 (patch)
treef74669bd715172a30d148ea8dc2d6923bf26a3a0 /test
parent3550004b200ef695c973fcf2310e95512c560c73 (diff)
downloadhdf5-c4044e0c85778e6bd3eda61b7bfdf6bb0fd0a8e9.zip
hdf5-c4044e0c85778e6bd3eda61b7bfdf6bb0fd0a8e9.tar.gz
hdf5-c4044e0c85778e6bd3eda61b7bfdf6bb0fd0a8e9.tar.bz2
[svn-r26303] remove files with .clog2 extension generated by MPE when doing make clean.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index cd089e8..918a803 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1068,15 +1068,15 @@ TRACE = perl $(top_srcdir)/bin/trace
# .chkexe files are used to mark tests that have run successfully.
# .chklog files are output from those tests.
-# *.clog are from the MPE option.
+# *.clog and *.clog2 are from the MPE option.
# Temporary files. These files are the ones created by setting the
# HDF5_NOCLEANUP environment variable and running `make test' without
# specifying a file prefix or low-level driver. Changing the file
# prefix or low-level driver with environment variables will influence
# the temporary file name in ways that the makefile is not aware of.
-CHECK_CLEANFILES = *.chkexe *.chklog *.clog accum.h5 cmpd_dset.h5 \
- compact_dataset.h5 dataset.h5 dset_offset.h5 \
+CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 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 \