summaryrefslogtreecommitdiffstats
path: root/hl/fortran/test/Makefile.am
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-02-10 21:24:22 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-02-10 21:24:22 (GMT)
commita6ceeb8055a958aa9cf339fc91a36d8ba8d397e5 (patch)
treebcd9d854d30f67ff94a7df2834e4770b78166bd4 /hl/fortran/test/Makefile.am
parent9825b4b57b8c4640ccbb77efdf253ec4235989ee (diff)
downloadhdf5-a6ceeb8055a958aa9cf339fc91a36d8ba8d397e5.zip
hdf5-a6ceeb8055a958aa9cf339fc91a36d8ba8d397e5.tar.gz
hdf5-a6ceeb8055a958aa9cf339fc91a36d8ba8d397e5.tar.bz2
[svn-r9981] Purpose:
Code cleanup Description: Clean up some test files. Platforms tested: FreeBSD 4.11 (sleipnir) w/FORTRAN Too minor to require h5committest
Diffstat (limited to 'hl/fortran/test/Makefile.am')
-rw-r--r--hl/fortran/test/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/hl/fortran/test/Makefile.am b/hl/fortran/test/Makefile.am
index 1853ccc..0e8fedf 100644
--- a/hl/fortran/test/Makefile.am
+++ b/hl/fortran/test/Makefile.am
@@ -25,4 +25,7 @@ tstlite_SOURCES=tstlite.f90
tstimage_SOURCES=tstimage.f90
tsttable_SOURCES=tsttable.f90
+# Temporary files.
+MOSTLYCLEANFILES=dsetf[1-4].h5 f1img.h5 f1tab.h5
+
include $(top_srcdir)/config/conclude.am