summaryrefslogtreecommitdiffstats
path: root/fortran
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 /fortran
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 'fortran')
-rw-r--r--fortran/testpar/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/testpar/Makefile.am b/fortran/testpar/Makefile.am
index 7f9f284..afdda98 100644
--- a/fortran/testpar/Makefile.am
+++ b/fortran/testpar/Makefile.am
@@ -36,7 +36,7 @@ TEST_PROG_PARA=parallel_test subfiling_test async_test
check_PROGRAMS=$(TEST_PROG_PARA)
# Temporary files
-CHECK_CLEANFILES+=parf[12].h5 subf.h5*
+CHECK_CLEANFILES+=parf[12].h5 h5*_tests.h5 subf.h5* test_async_apis.mod
# Test source files
parallel_test_SOURCES=ptest.F90 hyper.F90 mdset.F90 multidsetrw.F90