mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r15808] Some test produced files were not cleaned by "make clean".
Added them to the clean list. Tested: kagiso, serial and parallel.
This commit is contained in:
parent
413bedbddf
commit
47e3636a31
@ -50,7 +50,7 @@ h5perf_serial_SOURCES=sio_perf.c sio_engine.c sio_timer.c
|
||||
|
||||
# These are the files that `make clean' (and derivatives) will remove from
|
||||
# this directory.
|
||||
CLEANFILES=*.h5 *.raw *.dat x-gnuplot
|
||||
CLEANFILES=*.h5 *.raw *.dat x-gnuplot perftest.out
|
||||
|
||||
# All of the programs depend on the main hdf5 library, and some of them
|
||||
# depend on test or tools library.
|
||||
|
@ -397,7 +397,7 @@ h5perf_serial_SOURCES = sio_perf.c sio_engine.c sio_timer.c
|
||||
|
||||
# These are the files that `make clean' (and derivatives) will remove from
|
||||
# this directory.
|
||||
CLEANFILES = *.h5 *.raw *.dat x-gnuplot
|
||||
CLEANFILES = *.h5 *.raw *.dat x-gnuplot perftest.out
|
||||
|
||||
# All of the programs depend on the main hdf5 library, and some of them
|
||||
# depend on test or tools library.
|
||||
|
@ -40,7 +40,7 @@ LDADD = $(LIBH5TEST) $(LIBHDF5)
|
||||
# Temporary files
|
||||
# MPItest.h5 is from t_mpi
|
||||
# Para*.h5 are from testphdf
|
||||
CHECK_CLEANFILES+=MPItest.h5 Para*.h5
|
||||
CHECK_CLEANFILES+=MPItest.h5 Para*.h5 CacheTestDummy.h5
|
||||
DISTCLEANFILES=go Makefile testph5.sh
|
||||
|
||||
include $(top_srcdir)/config/conclude.am
|
||||
|
@ -361,7 +361,8 @@ TRACE = perl $(top_srcdir)/bin/trace
|
||||
# Temporary files
|
||||
# MPItest.h5 is from t_mpi
|
||||
# Para*.h5 are from testphdf
|
||||
CHECK_CLEANFILES = *.chkexe *.chklog *.clog MPItest.h5 Para*.h5
|
||||
CHECK_CLEANFILES = *.chkexe *.chklog *.clog MPItest.h5 Para*.h5 \
|
||||
CacheTestDummy.h5
|
||||
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/test
|
||||
|
||||
# Test programs and scripts. These are our main targets.
|
||||
|
Loading…
Reference in New Issue
Block a user