mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
meson: enable tests
At least on non-Windows platforms.
This commit is contained in:
parent
bc6aae6ca7
commit
01ae3c3a23
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
#subdir('check')
|
||||
# FIXME: make check work on windows
|
||||
if host_machine.system() != 'windows'
|
||||
subdir('check')
|
||||
endif
|
||||
#subdir('examples')
|
||||
#subdir('files')
|
||||
#subdir('icles')
|
||||
|
|
Loading…
Reference in a new issue