summaryrefslogtreecommitdiffstats
path: root/windows/tools/repacktest.BAT
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2006-10-20 01:43:43 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2006-10-20 01:43:43 (GMT)
commit5d1ebe6b0acc5a9a0de9d8482387178d68fa794b (patch)
treeebf7087248e5e75f5943ad228bbe3b901fb6b4b5 /windows/tools/repacktest.BAT
parent2a973f740a3d0f79c315bd7fe4ffac85f4ef67f0 (diff)
downloadhdf5-5d1ebe6b0acc5a9a0de9d8482387178d68fa794b.zip
hdf5-5d1ebe6b0acc5a9a0de9d8482387178d68fa794b.tar.gz
hdf5-5d1ebe6b0acc5a9a0de9d8482387178d68fa794b.tar.bz2
[svn-r12790] Add a new batch file to test h5stat.
Update repacktest.bat for the new h5repack test. Update tooltest.bat to include h5stat test.
Diffstat (limited to 'windows/tools/repacktest.BAT')
-rwxr-xr-xwindows/tools/repacktest.BAT7
1 files changed, 5 insertions, 2 deletions
diff --git a/windows/tools/repacktest.BAT b/windows/tools/repacktest.BAT
index 0aa41ad..440f5e4 100755
--- a/windows/tools/repacktest.BAT
+++ b/windows/tools/repacktest.BAT
@@ -168,14 +168,14 @@ call %tooltest% %test0% %nodiff%
:: call ..\..\tooltest ..\..\testfiles\test1.h5 ..\..\temptest\notcomp.txt
set flag=-i %test1% -o %output1%
-call %tooltest% %test1% %notcomp%
+call %tooltest% %test1% %nodiff%
::--------------
:: test2.h5
::--------------
set flag=-i %test2% -o %output2%
-call %tooltest% %test2% %notcomp%
+call %tooltest% %test2% %nodiff%
::--------------
:: test3.h5
@@ -469,6 +469,9 @@ call %tooltest% %test4% %nodiff%
set flag=-i %test4% -o %output4% -l dset_chunk:CONTI
call %tooltest% %test4% %nodiff%
+set flag=-i %test1% -o %output1% -n
+call %tooltest% %test4% %nodiff%
+
cd ..\..
echo.