From: Bin Meng Date: Fri, 25 Nov 2022 11:41:00 +0000 (+0800) Subject: tests/qtest: Enable qtest build on Windows X-Git-Tag: qemu-xen-4.18.0-rc5~387^2~4 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a35e2ee929741fd5c27b3da58b715debbffdf5ab;p=qemu-xen.git tests/qtest: Enable qtest build on Windows Now that we have fixed various test case issues as seen when running on Windows, let's enable the qtest build on Windows. Signed-off-by: Bin Meng Reviewed-by: Thomas Huth Message-Id: <20221125114100.3184790-4-bmeng.cn@gmail.com> Signed-off-by: Thomas Huth --- diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index c07a5b1a5f..f0ebb5fac6 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -1,9 +1,3 @@ -# All QTests for now are POSIX-only, but the dependencies are -# really in libqtest, not in the testcases themselves. -if not config_host.has_key('CONFIG_POSIX') - subdir_done() -endif - slow_qtests = { 'ahci-test' : 60, 'bios-tables-test' : 120,