diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2011-09-01 17:42:19 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-11-01 11:50:21 -0500 |
commit | 695833bc8bbb9f1dbb0d7736cbe927863e1b40cd (patch) | |
tree | 7e34057b70c87d494b961fb8c452a1fdb967434d /configure | |
parent | ea7f78047d8ead786783972bf061d355a68e3382 (diff) | |
download | qemu-695833bc8bbb9f1dbb0d7736cbe927863e1b40cd.tar.gz qemu-695833bc8bbb9f1dbb0d7736cbe927863e1b40cd.tar.bz2 qemu-695833bc8bbb9f1dbb0d7736cbe927863e1b40cd.zip |
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>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |