summaryrefslogtreecommitdiffstats
path: root/windows/hl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2009-11-02 19:01:13 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2009-11-02 19:01:13 (GMT)
commitc2ad7b9b25e3e1794be00bef27e41c6f0b0c9ee5 (patch)
tree3a5428b85bb4bb9f97ad21479daa3f993e5ac50d /windows/hl
parent83572598875a372696a06d17a1dee20c00b6d075 (diff)
downloadhdf5-c2ad7b9b25e3e1794be00bef27e41c6f0b0c9ee5.zip
hdf5-c2ad7b9b25e3e1794be00bef27e41c6f0b0c9ee5.tar.gz
hdf5-c2ad7b9b25e3e1794be00bef27e41c6f0b0c9ee5.tar.bz2
[svn-r17805] corrected examples test batch files
Diffstat (limited to 'windows/hl')
-rw-r--r--windows/hl/examples/test_hl_cexamples.BAT12
1 files changed, 6 insertions, 6 deletions
diff --git a/windows/hl/examples/test_hl_cexamples.BAT b/windows/hl/examples/test_hl_cexamples.BAT
index 4fb6309..652a602 100644
--- a/windows/hl/examples/test_hl_cexamples.BAT
+++ b/windows/hl/examples/test_hl_cexamples.BAT
@@ -39,30 +39,30 @@ GOTO WRONG
echo Testing %1 %2 version of High Level examples
echo.
- HLCexamples%1%2\ex_ds1%2.exe HLCexamples%1%2
+ ex_ds1%2\%1\ex_ds1%2.exe ex_ds1%1%2
for /l %%a in (1,1,2) do (
- HLCexamples%1%2\ex_image%%a%2.exe HLCexamples%1%2
+ ex_image%%a%2\%1\ex_image%%a%2.exe ex_image%%a%1%2
if not !errorlevel!==0 set /A total_error=!total_error!+1
)
for /l %%a in (1,1,3) do (
- HLCexamples%1%2\ex_lite%%a%2.exe HLCexamples%1%2
+ ex_lite%%a%2\%1\ex_lite%%a%2.exe ex_lite%%a%1%2
if not !errorlevel!==0 set /A total_error=!total_error!+1
)
for /l %%a in (1,1,9) do (
- HLCexamples%1%2\ex_table0%%a%2.exe HLCexamples%1%2
+ ex_table0%%a%2\%1\ex_table0%%a%2.exe ex_table0%%a%1%2
if not !errorlevel!==0 set /A total_error=!total_error!+1
)
for /l %%a in (10,1,12) do (
- HLCexamples%1%2\ex_table%%a%2.exe HLCexamples%1%2
+ ex_table%%a%2\%1\ex_table%%a%2.exe ex_table%%a%1%2
if not !errorlevel!==0 set /A total_error=!total_error!+1
)
for %%a in (FL VL) do (
- HLCexamples%1%2\ptExample%%a%2.exe HLCexamples%1%2
+ ptExample%%a%2\%1\ptExample%%a%2.exe ptExample%%a%1%2
if not !errorlevel!==0 set /A total_error=!total_error!+1
)