--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/persistentstorage/dbms/pcdbms/tdbms/group/CoverageHOWTO.txt Fri Jan 22 11:06:30 2010 +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.