]> git.proxmox.com Git - qemu.git/commit - test-coroutine.c
coroutine: add test-coroutine automated tests
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Tue, 10 May 2011 09:21:18 +0000 (10:21 +0100)
committerKevin Wolf <kwolf@redhat.com>
Tue, 2 Aug 2011 13:53:40 +0000 (15:53 +0200)
commitaa7ee42ed3b2c196de9f390fc9a5e339dd7417e3
treeed4972425585e5484f48e152453538f65eb0ffed
parentd0e2fce5366bff40cf2bf48d2f6ff72b4d8de124
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]