Message ID | 20200907195025.2308-5-luoyonggang@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Misc meson fixes along test-vmstate fixes | expand |
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 >
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
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> --- tests/meson.build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)