diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-09-29 20:18:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-09-29 20:18:22 (GMT) |
commit | 89404acc45281bef751d1073ce5cf82b5d1db4d1 (patch) | |
tree | bc8f2e920f36efbec3f7b5d57349c4cb034cdec6 /hl/test/Makefile.in | |
parent | 0ead3e88734ad130c3991947a7b51cd1d5c37102 (diff) | |
download | hdf5-89404acc45281bef751d1073ce5cf82b5d1db4d1.zip hdf5-89404acc45281bef751d1073ce5cf82b5d1db4d1.tar.gz hdf5-89404acc45281bef751d1073ce5cf82b5d1db4d1.tar.bz2 |
[svn-r17554] Fix for Bug 1562. H5DSis_attached needed to account for platform dependent types. Added test and test files for LE and BE dimension scales. Reworked part of test_ds file as part of debug.
Added missing H5Tclose in region reference routines.
Tested: local linux, smirom, linew
Diffstat (limited to 'hl/test/Makefile.in')
-rw-r--r-- | hl/test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/test/Makefile.in b/hl/test/Makefile.in index 8913eef..5d4a2be 100644 --- a/hl/test/Makefile.in +++ b/hl/test/Makefile.in @@ -362,7 +362,7 @@ 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-7].h5 test_image[1-3].h5 test_lite[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 # Add include directories to C preprocessor flags |