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
>