diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-03-22 20:15:26 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-03-22 20:15:26 (GMT) |
commit | 6c800f0d8c457a777b8cef1604b5f0d16fe580de (patch) | |
tree | ab783f238cbf79c6b8df15efc66a14eab0db7c92 | |
parent | cf2bd3630e45bbef24835404844166e0db30ecc6 (diff) | |
download | hdf5-6c800f0d8c457a777b8cef1604b5f0d16fe580de.zip hdf5-6c800f0d8c457a777b8cef1604b5f0d16fe580de.tar.gz hdf5-6c800f0d8c457a777b8cef1604b5f0d16fe580de.tar.bz2 |
[svn-r10321] Purpose:
For windows support, remove all.zip from HDF5.
Description:
Add hdf5test.bat and hdf5timingtest.bat :
Solution:
Platforms tested:
Misc. update:
-rwxr-xr-x | windows/test/hdf5test.bat | 296 | ||||
-rwxr-xr-x | windows/test/hdf5timingtest.bat | 6 |
2 files changed, 302 insertions, 0 deletions
diff --git a/windows/test/hdf5test.bat b/windows/test/hdf5test.bat new file mode 100755 index 0000000..748ac7a --- /dev/null +++ b/windows/test/hdf5test.bat @@ -0,0 +1,296 @@ +@ECHO OFF +REM This batch file is used to HDF5 C Library. +REM Last Modified: 10/26/2004 by Xuan Bai + +echo ============================ +echo Testing testhdf5 +echo ============================ + +testhdf5%2\%1\testhdf5%2 + +echo ============================ +echo Testing lheap +echo ============================ + +lheap%2\%1\lheap%2 + +echo. +echo ============================ +echo Testing ohdr +echo ============================ + +ohdr%2\%1\ohdr%2 + +echo. +echo ============================ +echo Testing stab +echo ============================ + +stab%2\%1\stab%2 + +echo. +echo ============================ +echo Testing gheap +echo ============================ + +gheap%2\%1\gheap%2 + +echo. +echo ============================ +echo Testing cache +echo ============================ + +cache%2\%1\cache%2 + +echo. +echo ============================ +echo Testing hyperslab +echo ============================ + +hyperslab%2\%1\hyperslab%2 + +echo. +echo ============================ +echo Testing istore +echo ============================ + +istore%2\%1\istore%2 + +echo. +echo ============================ +echo Testing bittests +echo ============================ + +bittests%2\%1\bittests%2 + +echo. +echo ============================ +echo Testing dtypes +echo ============================ + +dtypes%2\%1\dtypes%2 + +echo. +echo ============================ +echo Testing dsets +echo ============================ + +dsets%2\%1\dsets%2 + +echo. +echo ============================ +echo Testing cmpd_dset +echo ============================ + +cmpd_dset%2\%1\cmpd_dset%2 + +echo. +echo ============================ +echo Testing extend +echo ============================ + +extend%2\%1\extend%2 + +echo. +echo ============================ +echo Testing external +echo ============================ + +external%2\%1\external%2 + +echo. +echo ============================ +echo Testing links +echo ============================ + +links%2\%1\links%2 + +echo. +echo ============================ +echo Testing unlink +echo ============================ + +unlink%2\%1\unlink%2 + +echo. +echo ============================ +echo Testing big +echo ============================ + +echo. +echo Test skipped because it is not supported on Windows. +echo. + +echo ============================ +echo Testing mtime +echo ============================ + +mtime%2\%1\mtime%2 + +echo. +echo ============================ +echo Testing fillval +echo ============================ + +fillval%2\%1\fillval%2 + +echo. +echo ============================ +echo Testing mount +echo ============================ + +mount%2\%1\mount%2 + +echo. +echo ============================ +echo Testing flush1 +echo ============================ + +flush1%2\%1\flush1%2 + +echo. +echo ============================ +echo Testing flush2 +echo ============================ + +flush2%2\%1\flush2%2 + +echo. +echo ============================ +echo Testing enum +echo ============================ + +enum%2\%1\enum%2 + +echo. +echo ============================ +echo Testing gass_write +echo ============================ + +echo. +echo Test skipped because GASS driver not available. +echo. + +echo ============================ +echo Testing gass_read +echo ============================ + +echo. +echo Test skipped because GASS driver not available. +echo. + +echo ============================ +echo Testing gass_append +echo ============================ + +echo. +echo Test skipped because GASS driver not available. +echo. + +echo ============================ +echo Testing set_extent +echo ============================ + +set_extent%2\%1\set_extent%2 + +echo. +echo ============================ +echo Testing srb_write +echo ============================ + +echo. +echo Test skipped because SRB driver not available. +echo. + +echo ============================ +echo Testing srb_append +echo ============================ + +echo. +echo Test skipped because SRB driver not available. +echo. + +echo ============================ +echo Testing srb_read +echo ============================ + +echo. +echo Test skipped because SRB driver not available. +echo. + +echo ============================ +echo Testing ttsafe +echo ============================ + +echo. +echo Test skipped because THREADSAFE is not supported on Windows. +echo. + +echo ============================ +echo Testing stream_test +echo ============================ + +echo. +echo Test skipped because it is not supported on Windows. +echo. + +echo ============================ +echo Testing getname +echo ============================ + +getname%2\%1\getname%2 + +echo. +echo ============================ +echo Testing file_handle +echo ============================ + +file_handle%2\%1\file_handle%2 + +echo. +echo ============================ +echo Testing ntypes +echo ============================ + +ntypes%2\%1\ntypes%2 + +echo. +echo ============================ +echo Testing dangle +echo ============================ + +dangle%2\%1\dangle%2 + +echo. +echo ============================ +echo Testing dtransform +echo ============================ + +dtransform%2\%1\dtransform%2 + +echo. +echo ============================ +echo Testing filename +echo ============================ + +filename%2\%1\filename%2 + +echo. +echo ============================ +echo Testing reserved +echo ============================ + +reserved%2\%1\reserved%2 + +echo. +echo ============================ +echo Testing ./testerror.sh +echo ============================ + +echo. +echo ============================ +echo Testing talign +echo ============================ + +REM talign%2\%1\talign%2 + diff --git a/windows/test/hdf5timingtest.bat b/windows/test/hdf5timingtest.bat new file mode 100755 index 0000000..6dcbea7 --- /dev/null +++ b/windows/test/hdf5timingtest.bat @@ -0,0 +1,6 @@ +chunk%2\%1\chunk%2 + +iopipe%2\%1\iopipe%2 + +overhead%2\%1\overhead%2 + |