Re: [Qemu-devel] [PATCH v2 1/2] tests: skip POSIX-only tests on Windows

2014-03-27 Thread Stefan Weil
Am 27.03.2014 15:28, schrieb Stefan Hajnoczi: > test-aio, test-rfifolock, and test-vmstate only build on POSIX hosts. > Exclude them if building for Windows. > > Signed-off-by: Stefan Hajnoczi > --- > tests/Makefile | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/

[Qemu-devel] [PATCH v2 1/2] tests: skip POSIX-only tests on Windows

2014-03-27 Thread Stefan Hajnoczi
test-aio, test-rfifolock, and test-vmstate only build on POSIX hosts. Exclude them if building for Windows. Signed-off-by: Stefan Hajnoczi --- tests/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 2d021fb..803c8e6 100644 --