On Mon, Feb 01, 2016 at 06:15:39PM +0100, Gabriel Laskar wrote:
> 
> * configure.ac: enable AX_CODE_COVERAGE
> * Makefile.am: use AX_CODE_COVERAGE
> * m4/ax_code_coverage.m4: support for AX_CODE_COVERAGE
> * .gitignore: now ignore *.gcda and *.gcno files
> ---

Nice, thanks!

Applied with minor adjustments.

> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -60,6 +60,11 @@ strace_LDFLAGS =
>  strace_LDADD =
>  noinst_LIBRARIES =
>  
> +@CODE_COVERAGE_RULES@
> +strace_CPPFLAGS += $(CODE_COVERAGE_CPPFLAGS)
> +strace_CFLAGS = $(CODE_COVERAGE_CFLAGS)
> +strace_LDFLAGS += $(CODE_COVERAGE_LDFLAGS)

There were few more places in Makefile.am that needed
coverage related changes.


-- 
ldv

Attachment: pgpDa7X1otgP7.pgp
Description: PGP signature

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to