diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2005-06-17 13:33:36 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2005-06-17 13:33:36 (GMT) |
commit | 0d6e379701f8773b458e511b6444e43430170c5e (patch) | |
tree | 9ae291e61617a9369270046cc26f5bcc9a2bbbb8 /MANIFEST | |
parent | d37e4e148819531404a68cd395dbef0d12cfee8a (diff) | |
download | hdf5-0d6e379701f8773b458e511b6444e43430170c5e.zip hdf5-0d6e379701f8773b458e511b6444e43430170c5e.tar.gz hdf5-0d6e379701f8773b458e511b6444e43430170c5e.tar.bz2 |
[svn-r10931] Purpose: Adjust Test Program and Rename
Description: Renamed test/dt_atomic.c to test/dt_arith.c(an abbreviation
of "arithmetic data types") to better describe the program. This checkin
broke down into three sections when the floating-point numbers are the
source, normalized, denormalized, and special values. If there's any
difference of destination values, only normalized value test reports
failure. The other 2 report only as warning.
Platforms tested: h5commitest and fuss
Misc. update: MANIFEST
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1013,7 +1013,7 @@ ./test/dangle.c ./test/deflate.h5 ./test/dsets.c -./test/dt_atomic.c +./test/dt_arith.c ./test/dtypes.c ./test/dtransform.c ./test/enum.c @@ -1822,8 +1822,8 @@ ./windows/test/cmpd_dsetdll/cmpd_dsetdll.dsp ./windows/test/dangle/dangle.dsp ./windows/test/dangledll/dangledll.dsp -./windows/test/dt_atomic/dt_atomic.dsp -./windows/test/dt_atomicdll/dt_atomicdll.dsp +./windows/test/dt_arith/dt_arith.dsp +./windows/test/dt_arithdll/dt_arithdll.dsp ./windows/test/dsets/dsets.dsp ./windows/test/dsetsdll/dsetsdll.dsp ./windows/test/dtransform/dtransform.dsp |