diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 008829d..f85878e 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -14,6 +14,9 @@ CPPFLAGS=-I. -I../src @CPPFLAGS@ PROGS=testhdf5 hyperslab istore dtypes dsets cmpd_dset TESTS=$(PROGS) +# Temporary files +MOSTLYCLEAN=cmpd_dset.h5 dataset.h5 istore.h5 + # Source and object files for programs... The PROG_SRC list contains all the # source files and is used for things like dependencies, archiving, etc. The # other source lists are for the individual tests, the files of which may |