diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2007-12-20 21:09:58 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2007-12-20 21:09:58 (GMT) |
commit | 837780443693fc562725f57e874312120cde32d8 (patch) | |
tree | 6dd4f227df6bce6c87bce962f67e5505c44d8291 /test/Makefile.am | |
parent | 6878261a432d9cc8c705aa6c4f85450b29b37150 (diff) | |
download | hdf5-837780443693fc562725f57e874312120cde32d8.zip hdf5-837780443693fc562725f57e874312120cde32d8.tar.gz hdf5-837780443693fc562725f57e874312120cde32d8.tar.bz2 |
[svn-r14354] Bug fix for #956 where the element coordinates went wrong for dataspace selection. Added a test
for it, too. This round of checkin isn't well tarnished yet. I'll come back to work on Jan. 8. I'll revise it then.
Tested it on kagiso, smirom, linew.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index e5a1394..62b1f92 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -121,7 +121,7 @@ CHECK_CLEANFILES+=cmpd_dset.h5 compact_dataset.h5 dataset.h5 extend.h5 istore.h5 # Sources for testhdf5 executable testhdf5_SOURCES=testhdf5.c tarray.c tattr.c tchecksum.c tconfig.c tfile.c \ - tgenprop.c th5o.c th5s.c theap.c tid.c titerate.c tmeta.c tmisc.c \ + tgenprop.c th5o.c th5s.c tcoords.c theap.c tid.c titerate.c tmeta.c tmisc.c \ trefer.c trefstr.c tselect.c tskiplist.c tsohm.c ttime.c ttst.c tunicode.c \ tvlstr.c tvltypes.c |