Re: [PATCH weston v7 0/3] Refactored simple unit/integration test framework and corresponding test program.

2015-07-17 Thread Pekka Paalanen
On Wed, 15 Jul 2015 19:22:40 -0700 "Jon A. Cruz" wrote: > Here is yet another re-worked version of the patch adding unit testing > framework and corresponding separation. This drops the higher-level waycheck > program and focuses on the first two steps of adding zunitc and converting > the config

[PATCH weston v7 0/3] Refactored simple unit/integration test framework and corresponding test program.

2015-07-15 Thread Jon A. Cruz
Here is yet another re-worked version of the patch adding unit testing framework and corresponding separation. This drops the higher-level waycheck program and focuses on the first two steps of adding zunitc and converting the config-parser test. Changes since v6: - Incorporated review feedback. -