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
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
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