On 2018-10-05 18:17, Paolo Bonzini wrote:
> Commit 31d2dda ("build-system: remove per-test GCOV reporting", 2018-06-20)
> removed users of the variables, since those uses can be replaced by a simple
> overall report produced by gcovr. However, the variables were never removed.
> Do it now.
>
> Signed-off-by: Paolo Bonzini <[email protected]>
> ---
> docs/devel/testing.rst | 4 +-
> tests/Makefile.include | 118
> -------------------------------------------------
> 2 files changed, 1 insertion(+), 121 deletions(-)
Good idea, I think these variables were pretty much out of sync anyway.
Acked-by: Thomas Huth <[email protected]>