diff -r 000000000000 -r bde4ae8d615e os/persistentdata/persistentstorage/dbms/pcdbms/tdbms/group/CoverageHOWTO.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/persistentdata/persistentstorage/dbms/pcdbms/tdbms/group/CoverageHOWTO.txt Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,28 @@ + +WINSCW +====== +Install the BullsEye Coverage tool. +Run 'cov01 -1' to turn coverage on. +Build. +Run. +Run CoverageBrowser to see coverage figures. +Use 'cov01 -0' to turn off coverage. +Use 'covclear' to zero stats between test runs. + +TOOLS2 +====== +Install the BullsEye Coverage tool. +Set the environment variable 'MINGWPATH' to the BullsEye binaries area. +For example: + +N:>set MINGWPATH="c:\Program Files\BullseyeCoverage\bin" + +If your build uses static libraries you may need to copy the MinGW version +of 'ar' into that directory. + +Run 'cov01 -1' to turn coverage on. +Build. +Run. +Run CoverageBrowser to see coverage figures. +Use 'cov01 -0' to turn off coverage. +Use 'covclear' to zero stats between test runs.