Re: [Qemu-devel] [PATCH v8 4/5] coroutine: add test-coroutine automated tests

2011-08-02 Thread Kevin Wolf
Am 26.07.2011 11:21, schrieb Stefan Hajnoczi: 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.

[Qemu-devel] [PATCH v8 4/5] coroutine: add test-coroutine automated tests

2011-07-26 Thread Stefan Hajnoczi
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 stefa...@linux.vnet.ibm.com ---