Re: [PATCH] Add configure --enable-check-coverage option

2016-02-04 Thread Dmitry V. Levin
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 adj

Re: [PATCH] Add configure --enable-check-coverage option

2016-02-01 Thread Philippe Ombredanne
On Mon, Feb 1, 2016 at 6:15 PM, Gabriel Laskar wrote: > Signed-off-by: Gabriel Laskar > > * 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 > --- > > This patch

[PATCH] Add configure --enable-check-coverage option

2016-02-01 Thread Gabriel Laskar
Signed-off-by: Gabriel Laskar * 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 --- This patch add activation for gcov/lcov support. We can now see that strace is at