summaryrefslogtreecommitdiffstats
path: root/windows/tools/stattest.BAT
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2007-07-30 16:22:24 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2007-07-30 16:22:24 (GMT)
commitaa3904cc76861c08538993c8a146482e9f2a4e9e (patch)
treea74988471e6acab2a7834e3f903d80ad345b9056 /windows/tools/stattest.BAT
parentd65d8084ff8068befb28251c9dbf62ded4f24f5c (diff)
downloadhdf5-aa3904cc76861c08538993c8a146482e9f2a4e9e.zip
hdf5-aa3904cc76861c08538993c8a146482e9f2a4e9e.tar.gz
hdf5-aa3904cc76861c08538993c8a146482e9f2a4e9e.tar.bz2
[svn-r14024] Purpose: Update Windows files for h5stat rearrangement
Description: h5stat was moved from the ./tools/misc directory to its own directory, so many of our files needed to be updated. Tested: VS6 on WinXP VS.NET on WinXP
Diffstat (limited to 'windows/tools/stattest.BAT')
-rw-r--r--windows/tools/stattest.BAT6
1 files changed, 3 insertions, 3 deletions
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%