Removed testing batch file. Must work on this.
This commit is contained in:
parent
5c9e49c0e0
commit
6030204eb6
15
runall.bat
15
runall.bat
|
@ -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
|
||||
|
Loading…
Reference in New Issue