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

2014-03-28 Thread Stefan Weil
Am 28.03.2014 10:55, schrieb Stefan Hajnoczi: > test-rfifolock and test-vmstate only build on POSIX hosts. Exclude them > if building for Windows. > > Signed-off-by: Stefan Hajnoczi > --- > tests/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tests/Makefi

[Qemu-devel] [PATCH v3 2/3] tests: skip POSIX-only tests on Windows

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