mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-25 17:00:45 +08:00
Clean Java test files on Autotools (#3740)
Removes generated HDF5 and text output files when running `make clean`.
This commit is contained in:
parent
7843db55ff
commit
29b27b7761
@ -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)/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user