summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2011-09-01 17:42:19 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2011-11-01 11:50:21 -0500
commit695833bc8bbb9f1dbb0d7736cbe927863e1b40cd (patch)
tree7e34057b70c87d494b961fb8c452a1fdb967434d
parentea7f78047d8ead786783972bf061d355a68e3382 (diff)
downloadqemu-695833bc8bbb9f1dbb0d7736cbe927863e1b40cd.tar.gz
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 <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d18c8ad499..28667fe35b 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