mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
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>
This commit is contained in:
parent
ea7f78047d
commit
695833bc8b
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue