qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 22/22] qapi: generate HTML report for test-libqm


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 22/22] qapi: generate HTML report for test-libqmp
Date: Sun, 06 Mar 2011 20:11:21 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Lightning/1.0b1 Thunderbird/3.0.10

On 03/06/2011 07:23 PM, Anthony Liguori wrote:
Signed-off-by: Anthony Liguori<address@hidden>

For an example of how this looks when we've got more test cases with an artificial failure injected:

http://www.codemonkey.ws/files/test-report.html

Regards,

Anthony Liguori

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]