os/persistentdata/persistentstorage/dbms/pcdbms/tdbms/group/CoverageHOWTO.txt
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 
     2 WINSCW
     3 ======
     4 Install the BullsEye Coverage tool.
     5 Run 'cov01 -1' to turn coverage on.
     6 Build.
     7 Run.
     8 Run CoverageBrowser to see coverage figures.
     9 Use 'cov01 -0' to turn off coverage.
    10 Use 'covclear' to zero stats between test runs.
    11 
    12 TOOLS2
    13 ======
    14 Install the BullsEye Coverage tool.
    15 Set the environment variable 'MINGWPATH' to the BullsEye binaries area.
    16 For example:
    17 
    18 N:>set MINGWPATH="c:\Program Files\BullseyeCoverage\bin"
    19 
    20 If your build uses static libraries you may need to copy the MinGW version
    21 of 'ar' into that directory.
    22 
    23 Run 'cov01 -1' to turn coverage on.
    24 Build.
    25 Run.
    26 Run CoverageBrowser to see coverage figures.
    27 Use 'cov01 -0' to turn off coverage.
    28 Use 'covclear' to zero stats between test runs.