qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 4/4] vmstate: Enable test-vmstate on msys2/win32


From: Yonggang Luo
Subject: [PATCH 4/4] vmstate: Enable test-vmstate on msys2/win32
Date: Tue, 8 Sep 2020 04:04:32 +0800

The vmstate currently disabled because compiling error, but now its fixed

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
---
 tests/meson.build | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/meson.build b/tests/meson.build
index cf816a33cc..09b9b4462a 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -185,11 +185,9 @@ if have_system
     'test-timed-average': [],
     'test-util-sockets': ['socket-helpers.c'],
     'test-base64': [],
+    'test-vmstate': [migration, io],
     'test-bufferiszero': [],
   }
-  if 'CONFIG_POSIX' in config_host
-    tests += {'test-vmstate': [migration, io]}
-  endif
   if 'CONFIG_INOTIFY1' in config_host
     tests += {'test-util-filemonitor': []}
   endif
-- 
2.28.0.windows.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]