From: Gerd Hoffmann Date: Thu, 1 Sep 2011 15:42:19 +0000 (+0200) Subject: add test-coroutine to checks X-Git-Tag: qemu-xen-4.3.0-rc1~2073 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=695833bc8bbb9f1dbb0d7736cbe927863e1b40cd;p=qemu-upstream-4.5-testing.git add test-coroutine to checks There is a "test-coroutine" which isn't in the list. Add it so "make check" runs it too. Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori --- diff --git a/configure b/configure index d18c8ad49..28667fe35 100755 --- 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