summaryrefslogtreecommitdiffstats
path: root/hl/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 /hl/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 'hl/test')
-rw-r--r--hl/test/Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/hl/test/Makefile.in b/hl/test/Makefile.in
index e0ce927..75350ec 100644
--- a/hl/test/Makefile.in
+++ b/hl/test/Makefile.in
@@ -700,14 +700,14 @@ 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 running `make test'.
-CHECK_CLEANFILES = *.chkexe *.chklog *.clog combine_tables[1-2].h5 \
- test_ds[1-9].h5 test_ds10.h5 test_image[1-3].h5 \
- file_img[1-2].h5 test_lite[1-4].h5 test_table.h5 \
- test_packet_table.h5 test_packet_compress.h5 test_detach.h5 \
- test_dectris.h5
+CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 \
+ combine_tables[1-2].h5 test_ds[1-9].h5 test_ds10.h5 \
+ test_image[1-3].h5 file_img[1-2].h5 test_lite[1-4].h5 \
+ test_table.h5 test_packet_table.h5 test_packet_compress.h5 \
+ test_detach.h5 test_dectris.h5
# The tests depend on the hdf5, hdf5 test, and hdf5_hl libraries
LDADD = $(LIBH5_HL) $(LIBH5TEST) $(LIBHDF5)