diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2008-10-08 02:03:35 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2008-10-08 02:03:35 (GMT) |
commit | 47e3636a31d79b3d3175e068ce853b4c418f93d1 (patch) | |
tree | cc1bcbee5e7578e618419e6456006fba1e924b97 /testpar/Makefile.am | |
parent | 413bedbddf206b653a9cb1936c8e6627ac661201 (diff) | |
download | hdf5-47e3636a31d79b3d3175e068ce853b4c418f93d1.zip hdf5-47e3636a31d79b3d3175e068ce853b4c418f93d1.tar.gz hdf5-47e3636a31d79b3d3175e068ce853b4c418f93d1.tar.bz2 |
[svn-r15808] 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/Makefile.am')
-rw-r--r-- | testpar/Makefile.am | 2 |
1 files changed, 1 insertions, 1 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 |