diff options
Diffstat (limited to 'tools/h5diff/Makefile.in')
-rw-r--r-- | tools/h5diff/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/h5diff/Makefile.in b/tools/h5diff/Makefile.in index 6d248d7..003a92f 100644 --- a/tools/h5diff/Makefile.in +++ b/tools/h5diff/Makefile.in @@ -314,10 +314,12 @@ H5FC_PP = $(bindir)/h5pfc # .chkexe files are used to mark tests that have run successfully. # .chklog files are output from those tests. +# *.clog are from the MPE option. # Temporary files. *.h5 are generated by h5diff. They should # be copied to the testfiles/ directory if update is required -CHECK_CLEANFILES = *.chkexe *.chklog *.h5 expect_sorted actual_sorted +CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.h5 expect_sorted \ + actual_sorted # Include src and tools/lib directories INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/tools/lib |