os/persistentdata/persistentstorage/dbms/pcdbms/tdbms/group/CoverageHOWTO.txt
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/persistentdata/persistentstorage/dbms/pcdbms/tdbms/group/CoverageHOWTO.txt	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,28 @@
     1.4 +
     1.5 +WINSCW
     1.6 +======
     1.7 +Install the BullsEye Coverage tool.
     1.8 +Run 'cov01 -1' to turn coverage on.
     1.9 +Build.
    1.10 +Run.
    1.11 +Run CoverageBrowser to see coverage figures.
    1.12 +Use 'cov01 -0' to turn off coverage.
    1.13 +Use 'covclear' to zero stats between test runs.
    1.14 +
    1.15 +TOOLS2
    1.16 +======
    1.17 +Install the BullsEye Coverage tool.
    1.18 +Set the environment variable 'MINGWPATH' to the BullsEye binaries area.
    1.19 +For example:
    1.20 +
    1.21 +N:>set MINGWPATH="c:\Program Files\BullseyeCoverage\bin"
    1.22 +
    1.23 +If your build uses static libraries you may need to copy the MinGW version
    1.24 +of 'ar' into that directory.
    1.25 +
    1.26 +Run 'cov01 -1' to turn coverage on.
    1.27 +Build.
    1.28 +Run.
    1.29 +Run CoverageBrowser to see coverage figures.
    1.30 +Use 'cov01 -0' to turn off coverage.
    1.31 +Use 'covclear' to zero stats between test runs.