summaryrefslogtreecommitdiffstats
path: root/hl/test/Makefile.am
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-02-05 03:04:43 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-02-05 03:04:43 (GMT)
commitda42955371293d17ac38ecc0854a2cff49b6f3bd (patch)
tree2de5d569df71c386a9fc7ad31b4a327b770b25da /hl/test/Makefile.am
parent1c3c5b18baa8c41c5dda1509c62d688a93350769 (diff)
downloadhdf5-da42955371293d17ac38ecc0854a2cff49b6f3bd.zip
hdf5-da42955371293d17ac38ecc0854a2cff49b6f3bd.tar.gz
hdf5-da42955371293d17ac38ecc0854a2cff49b6f3bd.tar.bz2
[svn-r9941] Purpose:
Code cleanup Description: Clean up some testfiles that were left behind... Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
Diffstat (limited to 'hl/test/Makefile.am')
-rw-r--r--hl/test/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/hl/test/Makefile.am b/hl/test/Makefile.am
index 50dce95..40ae35e 100644
--- a/hl/test/Makefile.am
+++ b/hl/test/Makefile.am
@@ -21,4 +21,8 @@ LDADD=$(LIBH5_HL) $(LIBHDF5)
TEST_PROG=test_lite test_image test_table test_ds
check_PROGRAMS=$(TEST_PROG)
+# Temporary files. These files are the ones created by running `make test'.
+MOSTLYCLEANFILES=combine_tables[1-2].h5 test_ds.h5 test_image.h5 \
+ test_lite[1-2].h5 test_table.h5
+
include $(top_srcdir)/config/conclude.am