summaryrefslogtreecommitdiffstats
path: root/windows/tools/tooltest.bat
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r14024] Purpose: Update Windows files for h5stat rearrangementScott Wegner2007-07-301-1/+1
| | | | | | | | | 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
* [svn-r13958] Purpose: Fix subtle bug in Windows test scriptScott Wegner2007-07-091-1/+2
| | | | | | | | Description: Our Windows test script was using "ERRORLEVEL" to check the diff output for our tooltests. However, FC does not actually set ERRORLEVEL with valid input. As a work around, we pipe the output into FIND, which sets the ERRORLEVEL if it doesn't find a valid string. We probably never saw this bug before because h5dump sets the ERRORLEVEL. Tested: WinXP.
* [svn-r13258] Updated copyright notice in Windows batch files.Albert Cheng2007-02-071-2/+3
|
* [svn-r12964] Update windows project files for the library.MuQun Yang2006-11-211-10/+16
| | | | | Update batch files for h5repack test,needs big efforts. Update batch file to test hdf5 library.
* [svn-r12812] Add h5copy tool tests for windows.MuQun Yang2006-10-251-3/+16
|
* [svn-r12790] Add a new batch file to test h5stat.MuQun Yang2006-10-201-5/+12
| | | | | Update repacktest.bat for the new h5repack test. Update tooltest.bat to include h5stat test.
* [svn-r12464] Changed "eol-style" property on all Windows-specific files to ↵Quincey Koziol2006-07-141-317/+317
| | | | | | be "CRLF" instead of "native".
* [svn-r12198] Purpose:Fang Guo2006-04-041-1/+1
| | | | | | | | | | | | Maintenance on Windows Description: Temporarily comment out echo error messages to the screen for checking autotests on windows. Solution: Platforms tested: Misc. update:
* [svn-r12181] Purpose:Fang Guo2006-03-301-1/+1
| | | | | | | | | | | Maintenance on Windows Description: Change output for skip tests from "SKIP" to "-SKIP-" for easier tell the skiped tests Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12135] Purpose:Fang Guo2006-03-221-3/+71
| | | | | | | | | | | Maintenance on Windows Description: Add in more comments Solution: Platforms tested: Misc. update:
* [svn-r12041] Purpose:Fang Guo2006-03-091-11/+12
| | | | | | | | | | | Modify copyright information Description: Copyright check failed. Modify them to the correct format Solution: Platforms tested: Misc. update:
* [svn-r11944] Purpose:Fang Guo2006-02-161-0/+248
Batch file improvement Description: This batch file will be call by all of the tool test batch files Solution: Platforms tested: Windows XP Misc. update: