Re: [COMMITTED] tests: Add GCOV flags when necessary.

2020-06-11 Thread Martin Liška
On 6/11/20 7:09 PM, Mark Wielaard wrote: +if·GCOV +GCOV_FLAGS=-fprofile-arcs·-ftest-coverage +else Hello. The pair of options can be replaced with --coverage. Martin

[COMMITTED] tests: Add GCOV flags when necessary.

2020-06-11 Thread Mark Wielaard
The nlist-test has a special compile rule, make sure it gets the GCOV flags when configuring with --enable-gcov. Signed-off-by: Mark Wielaard --- tests/ChangeLog | 4 tests/Makefile.am | 8 +++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/tests/ChangeLog b/tests/Cha