summaryrefslogtreecommitdiffstats
path: root/testpar/Makefile.am
diff options
context:
space:
mode:
authorlrknox <lrknox>2018-03-15 16:18:47 (GMT)
committerlrknox <lrknox>2018-03-15 16:18:47 (GMT)
commit4b6d3193e1392b64b401e1b4de60a2b0ef586f23 (patch)
tree4941fbe7e4eb360abd094627e8e2d404e3967d2d /testpar/Makefile.am
parent7c6ed5cfcdd621a0982ed1b7c1aeb749b794fc2c (diff)
downloadhdf5-4b6d3193e1392b64b401e1b4de60a2b0ef586f23.zip
hdf5-4b6d3193e1392b64b401e1b4de60a2b0ef586f23.tar.gz
hdf5-4b6d3193e1392b64b401e1b4de60a2b0ef586f23.tar.bz2
Add 2 parallel test files to CHECK-CLEANFILES so that if their tests
fail before removing them, make check-clean will remove them.
Diffstat (limited to 'testpar/Makefile.am')
-rw-r--r--testpar/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/testpar/Makefile.am b/testpar/Makefile.am
index 1f15830..5c7cb26 100644
--- a/testpar/Makefile.am
+++ b/testpar/Makefile.am
@@ -37,9 +37,12 @@ LDADD = $(LIBH5TEST) $(LIBHDF5)
# Temporary files
# MPItest.h5 is from t_mpi
# Para*.h5 are from testphdf
+# bigio_test.h5 is from t_bigio
+# ShapeSameTest.h5 is from t_shapesame
# shutdown.h5 is from t_pshutdown
# after_mpi_fin.h5 is from t_init_term
# go is used for debugging. See testphdf5.c.
-CHECK_CLEANFILES+=MPItest.h5 Para*.h5 CacheTestDummy.h5 shutdown.h5 after_mpi_fin.h5 go
+CHECK_CLEANFILES+=MPItest.h5 Para*.h5 bigio_test.h5 CacheTestDummy.h5 \
+ ShapeSameTest.h5 shutdown.h5 after_mpi_fin.h5 go
include $(top_srcdir)/config/conclude.am