diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2006-10-25 20:11:29 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2006-10-25 20:11:29 (GMT) |
commit | a88a102d5c05b97291b071e336472ce4da52439b (patch) | |
tree | 7986f2f7970842819dca10edc8a7cf7f7b0de131 /windows/tools/testhdf5tools.BAT | |
parent | 84bd65e8fcfc28a6a15d062d9a3d36eff674aa9b (diff) | |
download | hdf5-a88a102d5c05b97291b071e336472ce4da52439b.zip hdf5-a88a102d5c05b97291b071e336472ce4da52439b.tar.gz hdf5-a88a102d5c05b97291b071e336472ce4da52439b.tar.bz2 |
[svn-r12812] Add h5copy tool tests for windows.
Diffstat (limited to 'windows/tools/testhdf5tools.BAT')
-rwxr-xr-x | windows/tools/testhdf5tools.BAT | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/windows/tools/testhdf5tools.BAT b/windows/tools/testhdf5tools.BAT index 962b069..2c19474 100755 --- a/windows/tools/testhdf5tools.BAT +++ b/windows/tools/testhdf5tools.BAT @@ -46,10 +46,16 @@ call importtest %1 %2 call repacktest %1 %2
@more repacktest%2_%1.txt >> toolstest_%1%2.txt
@del repacktest%2_%1.txt
+
+call stattest %1 %2
+@more stattest%2_%1.txt >> toolstest_%1%2.txt
+@del stattest%2_%1.txt
+
set p2=%2
if "%2"=="dll" (
-echo "DLL version is not available for h5jam or h5unjam, SKIP the test"
+echo "DLL version is not available for h5copy,h5jam or h5unjam, SKIP the test"
) else (
call jamtest %1 %2
+ call copytest %1 %2
)
|