Signed-off-by: Anthony Liguori <aligu...@us.ibm.com> diff --git a/Makefile b/Makefile index 1d363d7..c5a4820 100644 --- a/Makefile +++ b/Makefile @@ -216,6 +216,15 @@ LIBQMP_OBJS += $(oslib-obj-y) $(trace-obj-y) qemu-malloc.o test-libqmp: test-libqmp.o $(LIBQMP_OBJS) qemu-timer-common.o +check: test-libqmp + $(call quiet-command, ./test-libqmp, " CHECK $@") + +test-report.html: test-report.log + $(call quiet-command, gtester-report $< > $@, " GEN $@") + +test-report.log: test-libqmp + $(call quiet-command, gtester -k -o $@ ./test-libqmp 2>/dev/null >/dev/null || true, " TEST $<") + clean: # avoid old build problems by removing potentially incorrect old files rm -f config.mak op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h -- 1.7.0.4
- Re: [Qemu-devel] [PATCH 01/15] qapi: add code... Luiz Capitulino
- [Qemu-devel] Re: [PATCH 01/15] qapi: add code generat... Luiz Capitulino
- [Qemu-devel] [PATCH 09/15] vl: add a new -qmp2 option to e... Anthony Liguori
- [Qemu-devel] Re: [PATCH 09/15] vl: add a new -qmp2 op... Anthony Liguori
- [Qemu-devel] [PATCH 11/15] qapi: add QMP qmp_capabilities ... Anthony Liguori
- [Qemu-devel] [PATCH 13/15] qapi: add code generator for li... Anthony Liguori
- Re: [Qemu-devel] [PATCH 13/15] qapi: add code generat... Blue Swirl
- Re: [Qemu-devel] [PATCH 13/15] qapi: add code gen... Anthony Liguori
- [Qemu-devel] [PATCH 02/15] qapi: add code generator for ty... Anthony Liguori
- [Qemu-devel] Re: [PATCH 02/15] qapi: add code generat... Luiz Capitulino
- [Qemu-devel] [PATCH 15/15] qapi: generate HTML report for ... Anthony Liguori
- [Qemu-devel] [PATCH 12/15] qapi: add QMP put-event command Anthony Liguori
- [Qemu-devel] [PATCH 08/15] qapi: add new QMP server that u... Anthony Liguori
- [Qemu-devel] [PATCH 07/15] qapi: add query-version QMP com... Anthony Liguori
- Re: [Qemu-devel] [PATCH 07/15] qapi: add query-versio... Blue Swirl
- Re: [Qemu-devel] [PATCH 07/15] qapi: add query-ve... Anthony Liguori
- [Qemu-devel] [PATCH 06/15] qapi: add code generators for Q... Anthony Liguori
- [Qemu-devel] [PATCH 14/15] qapi: add test-libqmp Anthony Liguori
- Re: [Qemu-devel] [PATCH 14/15] qapi: add test-libqmp Blue Swirl
- Re: [Qemu-devel] [PATCH 14/15] qapi: add test-lib... Anthony Liguori
- [Qemu-devel] Re: [PATCH 00/15] QAPI Round 1 (core code gen... Luiz Capitulino