[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 0/2] tests: mingw32 make check fixes
From: |
Stefan Hajnoczi |
Subject: |
[Qemu-devel] [PATCH v2 0/2] tests: mingw32 make check fixes |
Date: |
Thu, 27 Mar 2014 15:28:14 +0100 |
v2:
* Use ifeq instead of using *-n [Andreas]
make check is broken on mingw32 builds because we the CONFIG_POSIX checks are
outdated. This series fixes them.
It should make the buildbot happy again for mingw32 where we fail make check:
http://buildbot.b1-systems.de/qemu/builders
Stefan Hajnoczi (2):
tests: skip POSIX-only tests on Windows
tests: correctly skip qtest on non-POSIX hosts
tests/Makefile | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
--
1.8.5.3
- [Qemu-devel] [PATCH v2 0/2] tests: mingw32 make check fixes,
Stefan Hajnoczi <=