From ad6c6761a42df88b13e8f0947afe36b4ddd02d9f Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Mon, 29 Sep 2008 14:41:16 -0500 Subject: [svn-r15723] Purpose: Add h5import test to Windows Description: Add a new test for h5import to check for alignment. Also fix the failing h5repack test, now that ublock has been added to svn. Tested VS2005 on WinXP --- windows/tools/h5import/h5importtestutil.bat | 5 +++++ windows/tools/h5repack/h5repack.bat | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/windows/tools/h5import/h5importtestutil.bat b/windows/tools/h5import/h5importtestutil.bat index ed9c63a..9c224f5 100644 --- a/windows/tools/h5import/h5importtestutil.bat +++ b/windows/tools/h5import/h5importtestutil.bat @@ -161,6 +161,11 @@ goto main set testing=BINARY I8 CR LF EOF call :tooltest binin8w.bin -c %srcdir%\testfiles\binin8w.conf -o binin8w.h5 + + set testing=ASCII F64 - rank 1 - INPUT-CLASS TEXTFPE + call :tooltest %srcdir%\testfiles\in64.txt -c %srcdir%\testfiles\textpfe.conf -o test15.h5 + + del /f *.txt *.bin *.h5 rmdir /s /q tmp_testfiles diff --git a/windows/tools/h5repack/h5repack.bat b/windows/tools/h5repack/h5repack.bat index a699ca9..b5122f2 100644 --- a/windows/tools/h5repack/h5repack.bat +++ b/windows/tools/h5repack/h5repack.bat @@ -587,7 +587,7 @@ rem ) rem add a userblock to file - set arg=%file1% -u ublock.bin -b 2048 + set arg=%file1% -u testfiles\ublock.bin -b 2048 call :tooltest %arg% rem add alignment -- cgit v0.12