]> xenbits.xensource.com Git - qemu-upstream-4.4-testing.git/commitdiff
add test-coroutine to checks
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 1 Sep 2011 15:42:19 +0000 (17:42 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 1 Nov 2011 16:50:21 +0000 (11:50 -0500)
There is a "test-coroutine" which isn't in the list.
Add it so "make check" runs it too.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure

index d18c8ad499aef2a0edd56cb3ed37dfcf325b086e..28667fe35b1019cbbf1cb36351887f5e15b6cf95 100755 (executable)
--- a/configure
+++ b/configure
@@ -2669,7 +2669,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