From 8a6d2e02be1d5c9dcf255271124d7aaaa66060b2 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Tue, 23 Feb 2010 16:18:41 -0500 Subject: [svn-r18325] Updated test script to match *nix shell script. Tested: windows --- windows/tools/h5stat/testh5stat.bat | 7 +++++++ 1 file changed, 7 insertions(+) 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 ( -- cgit v0.12