Re: [Qemu-devel] [PATCH v4 2/3] coroutine: add check-coroutine automated tests

2011-05-22 Thread Stefan Hajnoczi
On Fri, May 20, 2011 at 11:14 PM, Anthony Liguori wrote: > On 05/20/2011 05:59 AM, Stefan Hajnoczi wrote: >> >> To run automated tests for coroutines: >> >>   make check-coroutine >>   ./check-coroutine >> >> On success the program terminates with exit status 0.  On failure an >> error message is

Re: [Qemu-devel] [PATCH v4 2/3] coroutine: add check-coroutine automated tests

2011-05-20 Thread Anthony Liguori
On 05/20/2011 05:59 AM, Stefan Hajnoczi wrote: To run automated tests for coroutines: make check-coroutine ./check-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: St

[Qemu-devel] [PATCH v4 2/3] coroutine: add check-coroutine automated tests

2011-05-20 Thread Stefan Hajnoczi
To run automated tests for coroutines: make check-coroutine ./check-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 --- Makefile |3 +- ch