summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-02-23 21:18:41 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-02-23 21:18:41 (GMT)
commit8a6d2e02be1d5c9dcf255271124d7aaaa66060b2 (patch)
tree9a2745d87bfd8f34e3822223e2a6062c4d599ee0 /windows
parent525f639a91faef977450cf3a7bcfbfe41aa29dcb (diff)
downloadhdf5-8a6d2e02be1d5c9dcf255271124d7aaaa66060b2.zip
hdf5-8a6d2e02be1d5c9dcf255271124d7aaaa66060b2.tar.gz
hdf5-8a6d2e02be1d5c9dcf255271124d7aaaa66060b2.tar.bz2
[svn-r18325] Updated test script to match *nix shell script.
Tested: windows
Diffstat (limited to 'windows')
-rw-r--r--windows/tools/h5stat/testh5stat.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/windows/tools/h5stat/testh5stat.bat b/windows/tools/h5stat/testh5stat.bat
index 06ab4ba..3969c7e 100644
--- a/windows/tools/h5stat/testh5stat.bat
+++ b/windows/tools/h5stat/testh5stat.bat
@@ -22,6 +22,9 @@ rem
setlocal enabledelayedexpansion
pushd %~dp0
+set EXIT_SUCCESS=0
+set EXIT_FAILURE=1
+
set h5pubconf=%CD%\..\..\src\h5pubconf.h
rem Determine which filters are available
@@ -160,11 +163,15 @@ rem ############################################################################
call :tooltest h5stat_filters-d.ddl -d h5stat_filters.h5
call :tooltest h5stat_filters-g.ddl -g h5stat_filters.h5
call :tooltest h5stat_filters-dT.ddl -dT h5stat_filters.h5
+ call :tooltest h5stat_filters-UD.ddl -D h5stat_filters.h5
+ call :tooltest h5stat_filters-UT.ddl -T h5stat_filters.h5
rem h5stat_tsohm.h5 is a copy of ../../../test/tsohm.h5 generated by tsohm.c
rem as of release 1.8.0-alpha4
call :tooltest h5stat_tsohm.ddl h5stat_tsohm.h5
rem h5stat_newgrat.h5 is generated by h5stat_gentest.c
call :tooltest h5stat_newgrat.ddl h5stat_newgrat.h5
+ call :tooltest h5stat_newgrat-UG.ddl -G h5stat_newgrat.h5
+ call :tooltest h5stat_newgrat-UA.ddl -A h5stat_newgrat.h5
echo.
if %nerrors% equ 0 (