diff options
Diffstat (limited to 'hl/c++/test/Makefile.in')
-rw-r--r-- | hl/c++/test/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hl/c++/test/Makefile.in b/hl/c++/test/Makefile.in index eeeea8c..121a049 100644 --- a/hl/c++/test/Makefile.in +++ b/hl/c++/test/Makefile.in @@ -299,7 +299,8 @@ H5FC_PP = $(bindir)/h5pfc # .chkexe files are used to mark tests that have run successfully. # .chklog files are output from those tests. -CHECK_CLEANFILES = *.chkexe *.chklog +# *.clog are from the MPE option. +CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Include directories INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/hl/src -I$(top_srcdir)/hl/c++/src -I$(top_srcdir)/test |