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

Yonggang Luo posted 4 patches 5 years, 5 months ago
There is a newer version of this series
[PATCH v3 4/4] vmstate: Enable test-vmstate on all platform:
Posted by Yonggang Luo 5 years, 5 months ago
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 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
-- 
2.28.0.windows.1


Re: [PATCH v3 4/4] vmstate: Enable test-vmstate on all platform:
Posted by Philippe Mathieu-Daudé 5 years, 5 months ago
On 9/7/20 9:50 PM, Yonggang Luo wrote:
> Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>

Trailing ':' in subject, otherwise:
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

> ---
>  tests/meson.build | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> 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
>