qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 4/4] add test-coroutine to checks


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 4/4] add test-coroutine to checks
Date: Thu, 1 Sep 2011 17:42:19 +0200

There is a "test-coroutine" which isn't in the list.
Add it so "make check" runs it too.

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

diff --git a/configure b/configure
index 44b3295..b677801 100755
--- a/configure
+++ b/configure
@@ -2631,7 +2631,7 @@ if test "$softmmu" = yes ; then
     fi
     if [ "$check_utests" = "yes" ]; then
       checks="check-qint check-qstring check-qdict check-qlist"
-      checks="check-qfloat check-qjson $checks"
+      checks="check-qfloat check-qjson test-coroutine $checks"
     fi
   fi
 fi
-- 
1.7.1




reply via email to

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