Re: [PATCH wayland] tests: split queue-test testcases

2014-12-01 Thread Pekka Paalanen
On Fri, 21 Nov 2014 11:15:24 +0100 Marek Chalupa wrote: > All the test-cases are in one test atm. It doesn't matter for the > outcome, but when it is split to more tests, the debugging and reading > the output is simpler. > > Signed-off-by: Marek Chalupa > --- > tests/queue-test.c | 20 +++

[PATCH wayland] tests: split queue-test testcases

2014-11-21 Thread Marek Chalupa
All the test-cases are in one test atm. It doesn't matter for the outcome, but when it is split to more tests, the debugging and reading the output is simpler. Signed-off-by: Marek Chalupa --- tests/queue-test.c | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --g