Re: Code Coverage check box Under Ada Tab
Arnaud Charlet <[email protected]> Fri, 27 Oct 2006 09:47:25 +0200
| Newsgroups | gmane.comp.ide.gps.user |
|---|---|
| Message-ID | <[email protected]> |
> I do not know what code coverage check box, Edit Project Properties -> > Switch -> Ada, does. I have read the GPS document, but I did not find > its description. When the code coverage check box is checked, option > -ftest-coverage -fprofile-arcs is filled in the bottom dialog box. Right, that's exactly what it does: setting these compiler flags. You ned to refer to the compiler documentation for more details, since this is not in GPS court. Arno