qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/4] Probe for libcheck by default.


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 1/4] Probe for libcheck by default.
Date: Thu, 01 Sep 2011 14:37:04 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10

On 09/01/2011 10:42 AM, Gerd Hoffmann wrote:
Probe for libcheck and build checks (if found) by default.
Can be explicitly disabled using --disable-check-utests.

Signed-off-by: Gerd Hoffmann<address@hidden>
---
  configure |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

I think we should convert the check tests to gtest, and then have make check use gtester and gtester-report generate a single report of all of the test cases.

We could then have build bot run make check and post the output. I don't want to end up with a bunch of non gtest unit tests...

Regards,

Anthony Liguori


diff --git a/configure b/configure
index 1340c33..920de9e 100755
--- a/configure
+++ b/configure
@@ -170,7 +170,7 @@ mixemu="no"
  aix="no"
  blobs="yes"
  pkgversion=""
-check_utests="no"
+check_utests=""
  user_pie="no"
  zero_malloc=""
  trace_backend="nop"




reply via email to

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