summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2007-08-07 18:22:28 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2007-08-07 18:22:28 (GMT)
commit363eb578c8dd4b95083b9bcb249694738f6a25ec (patch)
tree6a0c1bf4730b6c10038d4a6e69757d81fa37edd7 /windows
parentce03465487546977457226e55f2e71ed48289680 (diff)
downloadhdf5-363eb578c8dd4b95083b9bcb249694738f6a25ec.zip
hdf5-363eb578c8dd4b95083b9bcb249694738f6a25ec.tar.gz
hdf5-363eb578c8dd4b95083b9bcb249694738f6a25ec.tar.bz2
[svn-r14043] Purpose: Add new test
Description: Add new h5import test "teststr" which was added to other platforms this morning. Tested: VS.NET on WinXP
Diffstat (limited to 'windows')
-rwxr-xr-xwindows/tools/importtest.BAT6
1 files changed, 6 insertions, 0 deletions
diff --git a/windows/tools/importtest.BAT b/windows/tools/importtest.BAT
index 8126d77..a506594 100755
--- a/windows/tools/importtest.BAT
+++ b/windows/tools/importtest.BAT
@@ -74,6 +74,7 @@ cd ..\..\..\
::Set up variables for h5import configure files
for %%i in (h5import\testfiles\text*) do set %%~ni=..\..\h5import\testfiles\%%~ni
+ for %%i in (h5import\testfiles\txt*) do set %%~ni=..\..\h5import\testfiles\%%~ni
for %%i in (h5import\testfiles\con*) do set %%~ni=..\..\h5import\testfiles\%%~ni
for %%i in (in1 fp1 fp2) do ( set %%i=..\..\h5import\testfiles\%%i)
@@ -149,6 +150,10 @@ call %tooltest% conbuin.txt test12.h5
set flag=%buin32% -c %conbuin32% -o %out.test13%
call %tooltest% conbuin32.txt test13.h5
+::TESTING "STR"
+set flag=%txtstr% -c %textstr% -o %out.teststr%
+call %tooltest% textstr.txt teststr.h5
+
::Change directory to hdf5\tools
cd ..\..
@@ -178,6 +183,7 @@ for %%i in (testfiles\h5importtst\%1\b*) do set %%~ni=
::Clean up the variables set for h5import configure files
for %%i in (h5import\testfiles\text*) do set %%~ni=
+for %%i in (h5import\testfiles\txt*) do set %%~ni=
for %%i in (h5import\testfiles\con*) do set %%~ni=
for %%i in (in1 fp1 fp2) do ( set %%i=..\..\h5import\testfiles\%%i)