UpstandingHackers / hammer

Parser combinators for binary formats, in C. Yes, in C. What? Don't look at me like that.
GNU General Public License v2.0
430 stars 40 forks source link

fix --coverage build option; building with it now creates .gcda files… #153

Closed abiggerhammer closed 8 years ago

abiggerhammer commented 8 years ago

… that gcov can use. I've been wanting to do automated coverage reports for a while, and now we can.