Check arranges the tests into suites and test cases (which then can have
multiple test functions). The primary feature for suites is the ability to
select them with environment variables and that the log messages are printed
per suite, not per test case.
We used the suites to distribute tests acro
On Tue, 6 Jun 2017 15:54:06 +
"Ucan, Emre (ADITG/ESB)" wrote:
> Hello Pekka,
>
> Thank you very much for this RFC. We are also investigating options
> to improve logging in weston. Your proposal looks very good. I have
> some comments and suggestions below
>
> Best regards
>
> Emre Ucan
>
Signed-off-by: Olivier Fourdan
Reviewed-by: Peter Hutterer
---
v2: Remove break after return statement (Peter's review)
configure.ac | 2 +-
hw/xwayland/Makefile.am | 7 +++-
hw/xwayland/xwayland-input.c | 99
hw/xwayland/xway