coroutine: add test-coroutine automated tests
commit3a7f72f54505e1faf470fa8d679b207adce173ee
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Tue, 10 May 2011 09:21:18 +0000 (10 10:21 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Mon, 25 Jul 2011 17:16:02 +0000 (25 18:16 +0100)
treef728e5f84095c6e14d1775d8de70b915f9a96f32
parent0ed64655bf5544950169c7efaca451bf3e045296
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>
.gitignore
Makefile
test-coroutine.c [new file with mode: 0644]