diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2007-01-12 21:13:48 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2007-01-12 21:13:48 (GMT) |
commit | b8013939373844aba0aefb6d79c45393fb5ade1a (patch) | |
tree | f0407b88562c643f90c627bea842c75408666aee /windows/test/hdf5test.bat | |
parent | 77ce08c35687fc2ed4bf338318aa5fcff46750b0 (diff) | |
download | hdf5-b8013939373844aba0aefb6d79c45393fb5ade1a.zip hdf5-b8013939373844aba0aefb6d79c45393fb5ade1a.tar.gz hdf5-b8013939373844aba0aefb6d79c45393fb5ade1a.tar.bz2 |
[svn-r13140] Added a new batch file to test error APIs
Tested 1.6 compatibility feature: work for vs studio 6.0
Corrected several small bugs inside tool batch files
Add a few project files to test error APIs
Diffstat (limited to 'windows/test/hdf5test.bat')
-rwxr-xr-x | windows/test/hdf5test.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/test/hdf5test.bat b/windows/test/hdf5test.bat index 04753d7..22837dc 100755 --- a/windows/test/hdf5test.bat +++ b/windows/test/hdf5test.bat @@ -288,9 +288,10 @@ fheap%2\%1\fheap%2 echo.
echo ============================
-echo Testing ./testerror.sh
+echo Testing ./testerr.bat
echo ============================
+call testerr %1 %2
echo.
echo ============================
echo Testing talign
|