Skip to content

Change some switches  #21

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions