summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2006-10-26 01:29:16 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2006-10-26 01:29:16 (GMT)
commit7f295dcb3cba9bb1161cda4335836eeea38a9cd6 (patch)
tree8479169ea44fe59f51632b6cc9a7a9141b0d87c5 /windows
parent9d94440384d20ab09297b8c451dfbda051ed6b17 (diff)
downloadhdf5-7f295dcb3cba9bb1161cda4335836eeea38a9cd6.zip
hdf5-7f295dcb3cba9bb1161cda4335836eeea38a9cd6.tar.gz
hdf5-7f295dcb3cba9bb1161cda4335836eeea38a9cd6.tar.bz2
[svn-r12816] Update batch files to reflect h5diff and h5repack's changes on windows.
Diffstat (limited to 'windows')
-rwxr-xr-xwindows/tools/difftest.BAT21
-rwxr-xr-xwindows/tools/repacktest.BAT2
2 files changed, 20 insertions, 3 deletions
diff --git a/windows/tools/difftest.BAT b/windows/tools/difftest.BAT
index ed089a9..21dfe25 100755
--- a/windows/tools/difftest.BAT
+++ b/windows/tools/difftest.BAT
@@ -59,8 +59,18 @@
::When you add new h5diff tests, check if the .h5 files is inside this for loop.
::For example, if you will add a new h5diff test using hdf5\tools\testfiles\file9.h5
::You need to add "9" after 8 or somewhere inside the ()
- for %%v in (1 2 3 4 5 6 7 8) do set file%%v=..\..\testfiles\file%%v.h5
-
+ ::The testing file names have been renamed. The following lines are not valid.
+ :: for %%v in (1 2 3 4 5 6 7 8) do set file%%v=..\..\testfiles\file%%v.h5
+ set file1=..\..\testfiles\h5diff_basic1.h5
+ set file2=..\..\testfiles\h5diff_basic2.h5
+ set file3=..\..\testfiles\h5diff_types.h5
+ set file4=..\..\testfiles\h5diff_dtypes.h5
+ set file5=..\..\testfiles\h5diff_attr1.h5
+ set file6=..\..\testfiles\h5diff_attr2.h5
+ set file7=..\..\testfiles\h5diff_dset1.h5
+ set file8=..\..\testfiles\h5diff_dset2.h5
+ set file9=..\..\testfiles\h5diff_hyper1.h5
+ set file10=..\..\testfiles\h5diff_hyper2.h5
::Create the file to contain the tests output
type nul > %tempResults%
@@ -416,6 +426,13 @@ call %tooltest% h5diff_80.txt
set flag=%file1% %file1%
call %tooltest% h5diff_90.txt
+::-----------------------------
+::10. read by hyperslab, print indexes
+::-----------------------------
+
+set flag=%file9% %file10% -v
+call %tooltest% h5diff_100.txt
+
::Change directory to hdf5\tools
cd ..\..
diff --git a/windows/tools/repacktest.BAT b/windows/tools/repacktest.BAT
index 440f5e4..714bbaf 100755
--- a/windows/tools/repacktest.BAT
+++ b/windows/tools/repacktest.BAT
@@ -413,7 +413,7 @@ call %tooltest% %test4% %nodiff% zlib
::-----
::file
::-----
-set flag=-i %test4% -o %output4% -e ..\..\testfiles\h5repack_info.txt
+set flag=-i %test4% -o %output4% -e ..\..\testfiles\info.h5repack
call %tooltest% %test4% %nodiff% zlib
echo. *********************************************