diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-06-20 15:17:47 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-06-20 15:17:47 (GMT) |
commit | e0232fd960b8e699e8c43cd3dba8b31b67b44759 (patch) | |
tree | 4bfbdb8ceda54867f4b4d65b70f55a80dc1bc28a /windows/tools | |
parent | c55692001f5433249e929674b03eb7b2398eb2b2 (diff) | |
download | hdf5-e0232fd960b8e699e8c43cd3dba8b31b67b44759.zip hdf5-e0232fd960b8e699e8c43cd3dba8b31b67b44759.tar.gz hdf5-e0232fd960b8e699e8c43cd3dba8b31b67b44759.tar.bz2 |
[svn-r15250] Purpose: Update Windows h5repack test script
Description:
More syntax changes for testfiles directory. This updates Windows for the neccessary changes as well.
Tested:
VS2005 on WinXP
Diffstat (limited to 'windows/tools')
-rw-r--r-- | windows/tools/h5repack/h5repack.bat | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/windows/tools/h5repack/h5repack.bat b/windows/tools/h5repack/h5repack.bat index 7454f7f..a91dcb9 100644 --- a/windows/tools/h5repack/h5repack.bat +++ b/windows/tools/h5repack/h5repack.bat @@ -42,13 +42,11 @@ set h5diff=..\h5diff%2\%1\h5diff%2 rem The path of the h5diff tool binary
set h5diff_bin=%CD%\%h5diff%
-rem The tool name
set h5detectszip=testh5repack_detect_szip%2
-rem The path of the tool binary
set h5detectszip_bin=%CD%\..\testfiles\%h5detectszip%\%1\%h5detectszip%
-set info_file=..\testfiles\info.h5repack
+set info_file=testfiles\h5repack.info
set file0=h5repack_fill.h5
set file1=h5repack_objs.h5
@@ -68,7 +66,6 @@ set file13=h5repack_soffset.h5 set nerrors=0
set verbose=yes
-if not exist ..\testfiles mkdir ..\testfiles
goto main
@@ -133,7 +130,7 @@ rem :tooltest
rem Run test.
- set infile=%CD%\..\testfiles\%1
+ set infile=%CD%\testfiles\%1
rem Linux uses a $path variable here, but it is unneccessary, and will
rem corrupt our Windows PATH if we use it. --SJW 8/28/07
rem set path=%CD%
@@ -167,7 +164,7 @@ rem :tooltest0
rem Run test.
- set infile=%CD%\..\testfiles\%1
+ set infile=%CD%\testfiles\%1
rem Linux uses a $path variable here, but it is unneccessary, and will
rem corrupt our Windows PATH if we use it. --SJW 8/28/07
rem set path=%CD%
|