Re: [PATCH weston v6 3/4] Converted the config parser test to the new framework.

2015-07-15 Thread Jon A. Cruz
On 07/07/2015 05:08 AM, Pekka Paalanen wrote: > On Thu, 2 Jul 2015 23:36:46 -0700 > "Jon A. Cruz" wrote: > >> Signed-off-by: Jon A. Cruz >> --- >> Makefile.am| 10 +- >> tests/config-parser-test.c | 371 >> + >> 2 files changed, 320

Re: [PATCH weston v6 3/4] Converted the config parser test to the new framework.

2015-07-07 Thread Pekka Paalanen
On Thu, 2 Jul 2015 23:36:46 -0700 "Jon A. Cruz" wrote: > Signed-off-by: Jon A. Cruz > --- > Makefile.am| 10 +- > tests/config-parser-test.c | 371 > + > 2 files changed, 320 insertions(+), 61 deletions(-) > > diff --git a/Makefile

[PATCH weston v6 3/4] Converted the config parser test to the new framework.

2015-07-02 Thread Jon A. Cruz
Signed-off-by: Jon A. Cruz --- Makefile.am| 10 +- tests/config-parser-test.c | 371 + 2 files changed, 320 insertions(+), 61 deletions(-) diff --git a/Makefile.am b/Makefile.am index 89d9e4c..42f0ed4 100644 --- a/Makefile.am +++ b/Mak