Browse Source

meson: enable building tests on Windows

Now that alarm() is disabled.
pull/171/head
Steve Lhomme 2 years ago
parent
commit
a187304c75
  1. 4
      meson.build

4
meson.build

@ -1064,9 +1064,7 @@ subdir('bin')
# VLC plugins
subdir('modules')
if (get_option('tests')
.disable_auto_if(host_system in ['windows'])
.allowed())
if (get_option('tests').allowed())
# Integration and non-regression tests, some unittest are there too but the
# modules/, src/ and lib/ folders should be favoured for those.
subdir('test')

Loading…
Cancel
Save