summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-10-23 01:45:22 (GMT)
committerGitHub <noreply@github.com>2023-10-23 01:45:22 (GMT)
commite4fb67c84aa4a4983e2cee4994235600d813a9ee (patch)
treee7bf1205b798eec63f319cbc94dedb54404df5da /testpar
parent21ec3730c5d625995cd406e29ae5cb84dc45a11c (diff)
downloadhdf5-e4fb67c84aa4a4983e2cee4994235600d813a9ee.zip
hdf5-e4fb67c84aa4a4983e2cee4994235600d813a9ee.tar.gz
hdf5-e4fb67c84aa4a4983e2cee4994235600d813a9ee.tar.bz2
Clean Autotools files in parallel tests (#3744)
Adds missing files to `make clean` for parallel, including Fortran.
Diffstat (limited to 'testpar')
-rw-r--r--testpar/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/testpar/Makefile.am b/testpar/Makefile.am
index 59d47e1..4a8cb82 100644
--- a/testpar/Makefile.am
+++ b/testpar/Makefile.am
@@ -58,6 +58,7 @@ LDADD = $(LIBH5TEST) $(LIBHDF5)
# after_mpi_fin.h5 is from t_init_term
# go is used for debugging. See testphdf5.c.
CHECK_CLEANFILES+=MPItest.h5 Para*.h5 bigio_test.h5 CacheTestDummy.h5 \
- ShapeSameTest.h5 shutdown.h5 pmulti_dset.h5 after_mpi_fin.h5 go
+ ShapeSameTest.h5 shutdown.h5 pmulti_dset.h5 after_mpi_fin.h5 go noflush.h5 \
+ mpio_select_test_file.h5 *.btr
include $(top_srcdir)/config/conclude.am