Re: How do I use gcov in Cygwin?
Joe Drew <[email protected]> Thu, 6 Oct 2005 22:30:07 -0400
| Newsgroups | gmane.comp.audio.mad.devel |
|---|---|
| Message-ID | <[email protected]> |
On Oct 4, 2005, at 4:07 PM, HÃ¥vard Sperle Engebretsen wrote: > I can't even get past the first step because i can't compile > minimad in > any other way than make "minimad.exe"!! Does anyone know how to > perform > a successfull coverage test of minimad in Cygwin? By default, gcc generates an executable file named "a.out." That's why your recipe contains a reference to running "a" (perhaps a.out was just mistyped). This isn't important, and you should simply be able to run minimad.exe (if it, and all of the rest of MAD, has been compiled with coverage) to generate that coverage data. Hope this helps, Joe