os/persistentdata/persistentstorage/dbms/pcdbms/tdbms/group/CoverageHOWTO.txt
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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.