diff options
Diffstat (limited to 'testpar/Makefile.in')
-rw-r--r-- | testpar/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testpar/Makefile.in b/testpar/Makefile.in index b84f6fb..3b2333c 100644 --- a/testpar/Makefile.in +++ b/testpar/Makefile.in @@ -361,7 +361,8 @@ TRACE = perl $(top_srcdir)/bin/trace # Temporary files # MPItest.h5 is from t_mpi # Para*.h5 are from testphdf -CHECK_CLEANFILES = *.chkexe *.chklog *.clog MPItest.h5 Para*.h5 +CHECK_CLEANFILES = *.chkexe *.chklog *.clog MPItest.h5 Para*.h5 \ + CacheTestDummy.h5 INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/test # Test programs and scripts. These are our main targets. |