Re: [Qemu-devel] [PATCH 03/11] Add a test case for qfloat

2009-10-17 Thread Anthony Liguori
Edgar E. Iglesias wrote: On Sat, Oct 17, 2009 at 08:36:03AM -0500, Anthony Liguori wrote: Signed-off-by: Anthony Liguori --- Makefile |2 + check-qfloat.c | 81 Hello Anthony, Shouldn't we put these tests under tes

Re: [Qemu-devel] [PATCH 03/11] Add a test case for qfloat

2009-10-17 Thread Edgar E. Iglesias
On Sat, Oct 17, 2009 at 08:36:03AM -0500, Anthony Liguori wrote: > Signed-off-by: Anthony Liguori > --- > Makefile |2 + > check-qfloat.c | 81 > Hello Anthony, Shouldn't we put these tests under tests/something/ ? Cheers

[Qemu-devel] [PATCH 03/11] Add a test case for qfloat

2009-10-17 Thread Anthony Liguori
Signed-off-by: Anthony Liguori --- Makefile |2 + check-qfloat.c | 81 configure |2 +- 3 files changed, 84 insertions(+), 1 deletions(-) create mode 100644 check-qfloat.c diff --git a/Makefile b/Makefile index 929463