-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
1/ if the "-m" switch is not present use <name>.map where <Name> is the name of
the exe in "-m" switch. So :
CodeCoverage -e TestApp.exe -u TestUnit
is equivalent as :
CodeCoverage -e TestApp.exe -m TestApp.map -u TestUnit
2/ use wildcard in "-u" switch ie :
-u *.pas = all the '.pas' files in the directory.
Original issue reported on code.google.com by Phil.Pr...@gmail.com
on 25 Oct 2011 at 6:39