diff options
Diffstat (limited to 'windows/tools')
-rw-r--r-- | windows/tools/h5stat/h5stat.vcproj | 2 | ||||
-rw-r--r-- | windows/tools/h5statdll/h5statdll.vcproj | 2 | ||||
-rw-r--r-- | windows/tools/stattest.BAT | 6 | ||||
-rwxr-xr-x | windows/tools/tooltest.bat | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/windows/tools/h5stat/h5stat.vcproj b/windows/tools/h5stat/h5stat.vcproj index 53b3f0a..5d7deb1 100644 --- a/windows/tools/h5stat/h5stat.vcproj +++ b/windows/tools/h5stat/h5stat.vcproj @@ -140,7 +140,7 @@ Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp">
<File
- RelativePath="..\..\..\tools\misc\h5stat.c">
+ RelativePath="..\..\..\tools\h5stat\h5stat.c">
<FileConfiguration
Name="Debug|Win32">
<Tool
diff --git a/windows/tools/h5statdll/h5statdll.vcproj b/windows/tools/h5statdll/h5statdll.vcproj index b5b85ee..6150228 100644 --- a/windows/tools/h5statdll/h5statdll.vcproj +++ b/windows/tools/h5statdll/h5statdll.vcproj @@ -139,7 +139,7 @@ Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp">
<File
- RelativePath="..\..\..\tools\misc\h5stat.c">
+ RelativePath="..\..\..\tools\h5stat\h5stat.c">
<FileConfiguration
Name="Debug|Win32">
<Tool
diff --git a/windows/tools/stattest.BAT b/windows/tools/stattest.BAT index 1770176..5844c82 100644 --- a/windows/tools/stattest.BAT +++ b/windows/tools/stattest.BAT @@ -58,9 +58,9 @@ :: NOTE1 ::Set some variables to contain .h5 file and its path for convenience - set file1=..\..\misc\testfiles\h5stat_filters.h5 - set file2=..\..\misc\testfiles\h5stat_tsohm.h5 - set file3=..\..\misc\testfiles\h5stat_newgrat.h5 + set file1=..\..\h5stat\testfiles\h5stat_filters.h5 + set file2=..\..\h5stat\testfiles\h5stat_tsohm.h5 + set file3=..\..\h5stat\testfiles\h5stat_newgrat.h5 ::Create the file to contain the tests output type nul > %tempResults% diff --git a/windows/tools/tooltest.bat b/windows/tools/tooltest.bat index 827f9df..8150cfd 100755 --- a/windows/tools/tooltest.bat +++ b/windows/tools/tooltest.bat @@ -218,7 +218,7 @@ more /e +%ln% ..\..\temptest\temp.txt > %actual_output%
if %test_exefile%==h5stat (
- more /e +%ln_exp% ..\..\misc\testfiles\%1 > %exp_file%
+ more /e +%ln_exp% ..\..\h5stat\testfiles\%1 > %exp_file%
) else (
more /e +%ln_exp% ..\..\testfiles\%1 > %exp_file%
)
|