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
- [Qemu-devel] [PATCH 16/22] vl: add a new -qmp2 option t... Anthony Liguori
- [Qemu-devel] [PATCH 19/22] qapi: add QMP put-event comm... Anthony Liguori
- [Qemu-devel] [PATCH 18/22] qapi: add QMP qmp_capabiliti... Anthony Liguori
- [Qemu-devel] [PATCH 04/22] qerror: split out the report... Anthony Liguori
- [Qemu-devel] [PATCH 21/22] qapi: add test-libqmp Anthony Liguori
- [Qemu-devel] [PATCH 02/22] qerror: expose a function to... Anthony Liguori
- Re: [Qemu-devel] [PATCH 02/22] qerror: expose a fu... Stefan Hajnoczi
- Re: [Qemu-devel] [PATCH 02/22] qerror: expose ... Anthony Liguori
- [Qemu-devel] [PATCH 20/22] qapi: add code generator for... Anthony Liguori
- [Qemu-devel] [PATCH] qapi: qmp-types.c and qmp-types.h Anthony Liguori
- [Qemu-devel] [PATCH 22/22] qapi: generate HTML report f... Anthony Liguori
- Re: [Qemu-devel] [PATCH 22/22] qapi: generate HTML... Anthony Liguori
- [Qemu-devel] [PATCH 08/22] qapi: add code generator for... Anthony Liguori
- Re: [Qemu-devel] [PATCH 08/22] qapi: add code gene... Anthony Liguori
- [Qemu-devel] [PATCH 01/22] Add hard build dependency on... Anthony Liguori
- Re: [Qemu-devel] [PATCH 01/22] Add hard build depe... Daniel P. Berrange
- Re: [Qemu-devel] [PATCH 01/22] Add hard build ... Anthony Liguori
- [Qemu-devel] [PATCH 09/22] qapi: add code generator for... Anthony Liguori
- [Qemu-devel] [PATCH] qapi: qmp-marshal-types.c and qmp-... Anthony Liguori
- [Qemu-devel] [PATCH] qapi: add qmp-marshal.c and qmp.h Anthony Liguori
- [Qemu-devel] [PATCH 05/22] qerror: add new error messag... Anthony Liguori