sl@0: sl@0: WINSCW sl@0: ====== sl@0: Install the BullsEye Coverage tool. sl@0: Run 'cov01 -1' to turn coverage on. sl@0: Build. sl@0: Run. sl@0: Run CoverageBrowser to see coverage figures. sl@0: Use 'cov01 -0' to turn off coverage. sl@0: Use 'covclear' to zero stats between test runs. sl@0: sl@0: TOOLS2 sl@0: ====== sl@0: Install the BullsEye Coverage tool. sl@0: Set the environment variable 'MINGWPATH' to the BullsEye binaries area. sl@0: For example: sl@0: sl@0: N:>set MINGWPATH="c:\Program Files\BullseyeCoverage\bin" sl@0: sl@0: If your build uses static libraries you may need to copy the MinGW version sl@0: of 'ar' into that directory. sl@0: sl@0: Run 'cov01 -1' to turn coverage on. sl@0: Build. sl@0: Run. sl@0: Run CoverageBrowser to see coverage figures. sl@0: Use 'cov01 -0' to turn off coverage. sl@0: Use 'covclear' to zero stats between test runs.