summaryrefslogtreecommitdiffstats
path: root/hl/test/Makefile.in
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2010-05-15 04:28:50 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2010-05-15 04:28:50 (GMT)
commitb8f131dc78aba5ce6998401bc6de2b4a69b44412 (patch)
tree76e7ed4397a1cb411b781f0eaee414f62aac3ebb /hl/test/Makefile.in
parent96c13847a638a0a028afb2f1b31a513bf70110e4 (diff)
downloadhdf5-b8f131dc78aba5ce6998401bc6de2b4a69b44412.zip
hdf5-b8f131dc78aba5ce6998401bc6de2b4a69b44412.tar.gz
hdf5-b8f131dc78aba5ce6998401bc6de2b4a69b44412.tar.bz2
[svn-r18820] Bug fix:
Fixed a bug (1822) in the H5DSdetach_scale function when 0 bytes were allocated after the last reference to a dim. scale was removed from the list of references in a VL element of the DIMENSION_LIST attribute; modified the function to comply with the Spec: DIMENSION_LIST attribute is deleted now when no dimension scales left attached. Platforms tested: jam with electric fence, amani amd linew
Diffstat (limited to 'hl/test/Makefile.in')
-rw-r--r--hl/test/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/hl/test/Makefile.in b/hl/test/Makefile.in
index f046110..aa6f13a 100644
--- a/hl/test/Makefile.in
+++ b/hl/test/Makefile.in
@@ -384,7 +384,8 @@ TRACE = perl $(top_srcdir)/bin/trace
# Temporary files. These files are the ones created by running `make test'.
CHECK_CLEANFILES = *.chkexe *.chklog *.clog combine_tables[1-2].h5 \
test_ds[1-9].h5 test_image[1-3].h5 test_lite[1-2].h5 \
- test_table.h5 test_packet_table.h5 test_packet_compress.h5
+ test_table.h5 test_packet_table.h5 test_packet_compress.h5 \
+ test_detach.h5
# The tests depend on the hdf5, hdf5 test, and hdf5_hl libraries
LDADD = $(LIBH5_HL) $(LIBH5TEST) $(LIBHDF5)