diff options
Diffstat (limited to 'windows')
-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
|