sl@0
|
1 |
|
sl@0
|
2 |
WINSCW
|
sl@0
|
3 |
======
|
sl@0
|
4 |
Install the BullsEye Coverage tool.
|
sl@0
|
5 |
Run 'cov01 -1' to turn coverage on.
|
sl@0
|
6 |
Build.
|
sl@0
|
7 |
Run.
|
sl@0
|
8 |
Run CoverageBrowser to see coverage figures.
|
sl@0
|
9 |
Use 'cov01 -0' to turn off coverage.
|
sl@0
|
10 |
Use 'covclear' to zero stats between test runs.
|
sl@0
|
11 |
|
sl@0
|
12 |
TOOLS2
|
sl@0
|
13 |
======
|
sl@0
|
14 |
Install the BullsEye Coverage tool.
|
sl@0
|
15 |
Set the environment variable 'MINGWPATH' to the BullsEye binaries area.
|
sl@0
|
16 |
For example:
|
sl@0
|
17 |
|
sl@0
|
18 |
N:>set MINGWPATH="c:\Program Files\BullseyeCoverage\bin"
|
sl@0
|
19 |
|
sl@0
|
20 |
If your build uses static libraries you may need to copy the MinGW version
|
sl@0
|
21 |
of 'ar' into that directory.
|
sl@0
|
22 |
|
sl@0
|
23 |
Run 'cov01 -1' to turn coverage on.
|
sl@0
|
24 |
Build.
|
sl@0
|
25 |
Run.
|
sl@0
|
26 |
Run CoverageBrowser to see coverage figures.
|
sl@0
|
27 |
Use 'cov01 -0' to turn off coverage.
|
sl@0
|
28 |
Use 'covclear' to zero stats between test runs.
|