Removed testing batch file. Must work on this.

This commit is contained in:
Daniel Marjamäki 2007-05-08 12:31:10 +00:00
parent 5c9e49c0e0
commit 6030204eb6
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
@ECHO OFF
REM Test the 'checkcode' program
date /t > report.txt
time /t >> report.txt
FOR /D %%s IN (test*) DO (
checkcode %%s\%%s.cpp 2> %%s\out.msg
hydfc %%s\err.msg %%s\out.msg >> report.txt
)
type report.txt