summaryrefslogtreecommitdiffstats
path: root/java/test
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-10-21 18:44:16 (GMT)
committerGitHub <noreply@github.com>2023-10-21 18:44:16 (GMT)
commit29b27b77619d7260aa39e45e1c04369f32f094ca (patch)
treeb415e35b55349cdbdab8499ddd370f0e41e5971d /java/test
parent7843db55ff046ba2d044647add5f1861bfdd33bc (diff)
downloadhdf5-29b27b77619d7260aa39e45e1c04369f32f094ca.zip
hdf5-29b27b77619d7260aa39e45e1c04369f32f094ca.tar.gz
hdf5-29b27b77619d7260aa39e45e1c04369f32f094ca.tar.bz2
Clean Java test files on Autotools (#3740)
Removes generated HDF5 and text output files when running `make clean`.
Diffstat (limited to 'java/test')
-rw-r--r--java/test/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/test/Makefile.am b/java/test/Makefile.am
index 9f39be9..7f6ab01 100644
--- a/java/test/Makefile.am
+++ b/java/test/Makefile.am
@@ -90,7 +90,8 @@ noinst_DATA = $(jarfile)
check_SCRIPTS = junit.sh
TEST_SCRIPT = $(check_SCRIPTS)
-CLEANFILES = classnoinst.stamp $(jarfile) $(JAVAROOT)/$(pkgpath)/*.class junit.sh
+CLEANFILES = classnoinst.stamp $(jarfile) $(JAVAROOT)/$(pkgpath)/*.class junit.sh \
+ *.h5 testExport*.txt
clean:
rm -rf $(JAVAROOT)/*