diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2008-01-09 14:16:57 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2008-01-09 14:16:57 (GMT) |
commit | b58ac6c8eef426e408a53a1aee5a6651eebfa5e8 (patch) | |
tree | c1cf70e812e073fe2acd8685c60384c79991051b /test/Makefile.in | |
parent | 7e80ad2af2ad4ec811b38d139d076558866c99d9 (diff) | |
download | hdf5-b58ac6c8eef426e408a53a1aee5a6651eebfa5e8.zip hdf5-b58ac6c8eef426e408a53a1aee5a6651eebfa5e8.tar.gz hdf5-b58ac6c8eef426e408a53a1aee5a6651eebfa5e8.tar.bz2 |
[svn-r14385] This checkin completely modified the test for the coordinate calculation of dataspace selection.
It covers many cases.
Tested on smirom, kagiso, and linew.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index a7617b3..84f0737 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -590,8 +590,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog cmpd_dset.h5 \ extern_[1-3].h5 extern_[1-4][ab].raw gheap[0-4].h5 \ dt_arith[1-2] links.h5 links[0-6]*.h5 big.data \ big[0-9][0-9][0-9][0-9][0-9].h5 stdio.h5 sec2.h5 \ - dtypes[1-8].h5 dt_arith[1-2].h5 tattr.h5 h5 tselect.h5 \ - mtime.h5 unlink.h5 unicode.h5 fillval_[0-9].h5 fillval.raw \ + dtypes[1-8].h5 dt_arith[1-2].h5 tattr.h5 tselect.h5 mtime.h5 \ + unlink.h5 unicode.h5 coord.h5 fillval_[0-9].h5 fillval.raw \ mount_[0-9].h5 testmeta.h5 ttime.h5 trefer[1-3].h5 tvltypes.h5 \ tvlstr.h5 tvlstr2.h5 flush.h5 enum1.h5 titerate.h5 ttsafe.h5 \ tarray1.h5 tgenprop.h5 tmisc[0-9]*.h5 set_extent_read.h5 \ |