Update contrib.
4 Install the BullsEye Coverage tool.
5 Run 'cov01 -1' to turn coverage on.
8 Run CoverageBrowser to see coverage figures.
9 Use 'cov01 -0' to turn off coverage.
10 Use 'covclear' to zero stats between test runs.
14 Install the BullsEye Coverage tool.
15 Set the environment variable 'MINGWPATH' to the BullsEye binaries area.
18 N:>set MINGWPATH="c:\Program Files\BullseyeCoverage\bin"
20 If your build uses static libraries you may need to copy the MinGW version
21 of 'ar' into that directory.
23 Run 'cov01 -1' to turn coverage on.
26 Run CoverageBrowser to see coverage figures.
27 Use 'cov01 -0' to turn off coverage.
28 Use 'covclear' to zero stats between test runs.