Skip to content

Commit

Permalink
Clean Java test files on Autotools
Browse files Browse the repository at this point in the history
Removes generated HDF5 and text output files when running `make clean`.
  • Loading branch information
derobins committed Oct 20, 2023
1 parent 98b5779 commit ab572f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)/*
Expand Down

0 comments on commit ab572f6

Please sign in to comment.