Re: [Qemu-devel] [PATCH 26/26] qidl: unit tests and build infrastructure

2012-10-25 Thread Michael Roth
On Thu, Oct 25, 2012 at 04:27:50PM -0500, Michael Roth wrote: > On Thu, Oct 18, 2012 at 09:42:20PM -0500, Michael Roth wrote: > > > > Signed-off-by: Michael Roth > > --- > > Makefile |3 + > > configure|1 + > > rules.mak| 27

Re: [Qemu-devel] [PATCH 26/26] qidl: unit tests and build infrastructure

2012-10-25 Thread Michael Roth
On Thu, Oct 18, 2012 at 09:42:20PM -0500, Michael Roth wrote: > > Signed-off-by: Michael Roth > --- > Makefile |3 + > configure|1 + > rules.mak| 27 ++- > tests/Makefile |8 +- > tests/test-qidl-included.h

[Qemu-devel] [PATCH 26/26] qidl: unit tests and build infrastructure

2012-10-18 Thread Michael Roth
Signed-off-by: Michael Roth --- Makefile |3 + configure|1 + rules.mak| 27 ++- tests/Makefile |8 +- tests/test-qidl-included.h | 25 +++ tests/test-qidl-linked.c | 101 +++ tests/test-qidl