summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2008-10-08 02:26:45 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2008-10-08 02:26:45 (GMT)
commitb198fc89b9d59ef15a413b17e2516862ca9a57ce (patch)
tree323b3674bb21f8094d37aa8ab9a13cef1e1f3ab8 /testpar
parent32a72c4d54beb5a099fda0eee77da05ec8f90f75 (diff)
downloadhdf5-b198fc89b9d59ef15a413b17e2516862ca9a57ce.zip
hdf5-b198fc89b9d59ef15a413b17e2516862ca9a57ce.tar.gz
hdf5-b198fc89b9d59ef15a413b17e2516862ca9a57ce.tar.bz2
[svn-r15809] Some test produced files were not cleaned by "make clean".
Added them to the clean list. Tested: kagiso, serial and parallel.
Diffstat (limited to 'testpar')
-rw-r--r--testpar/Makefile.am2
-rw-r--r--testpar/Makefile.in3
2 files changed, 3 insertions, 2 deletions
diff --git a/testpar/Makefile.am b/testpar/Makefile.am
index 02cf742..27d8652 100644
--- a/testpar/Makefile.am
+++ b/testpar/Makefile.am
@@ -40,7 +40,7 @@ LDADD = $(LIBH5TEST) $(LIBHDF5)
# Temporary files
# MPItest.h5 is from t_mpi
# Para*.h5 are from testphdf
-CHECK_CLEANFILES+=MPItest.h5 Para*.h5
+CHECK_CLEANFILES+=MPItest.h5 Para*.h5 CacheTestDummy.h5
DISTCLEANFILES=go Makefile testph5.sh
include $(top_srcdir)/config/conclude.am
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.