diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2010-05-15 04:10:53 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2010-05-15 04:10:53 (GMT) |
commit | d7a89d6c7b67932c9c96e3ddc799605482391fdc (patch) | |
tree | b13bee3e3b066b60f79cabf1876d0d35143cd8f1 /hl/test/Makefile.in | |
parent | a6698e571c3e08084e1b572ec29ce66c1d183214 (diff) | |
download | hdf5-d7a89d6c7b67932c9c96e3ddc799605482391fdc.zip hdf5-d7a89d6c7b67932c9c96e3ddc799605482391fdc.tar.gz hdf5-d7a89d6c7b67932c9c96e3ddc799605482391fdc.tar.bz2 |
[svn-r18818] Bug fix:
Fixed a bug 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.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hl/test/Makefile.in b/hl/test/Makefile.in index a625c86..a68831e 100644 --- a/hl/test/Makefile.in +++ b/hl/test/Makefile.in @@ -383,7 +383,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) |