diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-09-29 19:41:16 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-09-29 19:41:16 (GMT) |
commit | ad6c6761a42df88b13e8f0947afe36b4ddd02d9f (patch) | |
tree | 877458803fcc9cfc3cce0728ab0fe10dc880fd94 /windows/tools | |
parent | 1d625572d3c93c5bdd50d002831413b9aded4eae (diff) | |
download | hdf5-ad6c6761a42df88b13e8f0947afe36b4ddd02d9f.zip hdf5-ad6c6761a42df88b13e8f0947afe36b4ddd02d9f.tar.gz hdf5-ad6c6761a42df88b13e8f0947afe36b4ddd02d9f.tar.bz2 |
[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
Diffstat (limited to 'windows/tools')
-rw-r--r-- | windows/tools/h5import/h5importtestutil.bat | 5 | ||||
-rw-r--r-- | windows/tools/h5repack/h5repack.bat | 2 |
2 files changed, 6 insertions, 1 deletions
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
|