summaryrefslogtreecommitdiffstats
path: root/windows/tools/testhdf5tools.BAT
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2007-01-12 21:13:48 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2007-01-12 21:13:48 (GMT)
commitb8013939373844aba0aefb6d79c45393fb5ade1a (patch)
treef0407b88562c643f90c627bea842c75408666aee /windows/tools/testhdf5tools.BAT
parent77ce08c35687fc2ed4bf338318aa5fcff46750b0 (diff)
downloadhdf5-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/tools/testhdf5tools.BAT')
-rwxr-xr-xwindows/tools/testhdf5tools.BAT6
1 files changed, 5 insertions, 1 deletions
diff --git a/windows/tools/testhdf5tools.BAT b/windows/tools/testhdf5tools.BAT
index 2c19474..112b543 100755
--- a/windows/tools/testhdf5tools.BAT
+++ b/windows/tools/testhdf5tools.BAT
@@ -53,9 +53,13 @@ call stattest %1 %2
set p2=%2
if "%2"=="dll" (
-echo "DLL version is not available for h5copy,h5jam or h5unjam, SKIP the test"
+echo "DLL version is not available for h5copy,h5jam or h5unjam, SKIP the test" >>toolstest_%1%2.txt
) else (
call jamtest %1 %2
+ @more jamtest%2_%1.txt >> toolstest_%1%2.txt
+ @del jamtest%2_%1.txt
call copytest %1 %2
+ @more copytest%2_%1.txt >> toolstest_%1%2.txt
+ @del copytest%2_%1.txt
)