diff mbox series

[v3,4/4] vmstate: Enable test-vmstate on all platform:

Message ID 20200907195025.2308-5-luoyonggang@gmail.com
State New
Headers show
Series Misc meson fixes along test-vmstate fixes | expand

Commit Message

罗勇刚(Yonggang Luo) Sept. 7, 2020, 7:50 p.m. UTC
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
---
 tests/meson.build | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/tests/meson.build b/tests/meson.build
index 7f27a15cee..39fa822be3 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