mirror of
https://github.com/mborgerson/xemu.git
synced 2026-02-04 09:15:40 +00:00
coroutine: add test-coroutine automated tests
To run automated tests for coroutines: make test-coroutine ./test-coroutine On success the program terminates with exit status 0. On failure an error message is written to stderr and the program exits with exit status 1. Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
committed by
Kevin Wolf
parent
d0e2fce536
commit
aa7ee42ed3
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,6 +36,7 @@ qemu-io
|
||||
qemu-ga
|
||||
qemu-monitor.texi
|
||||
QMP/qmp-commands.txt
|
||||
test-coroutine
|
||||
.gdbinit
|
||||
*.a
|
||||
*.aux
|
||||
|
||||
Reference in New Issue
Block a user