mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01: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('examples')
|
||||||
#subdir('files')
|
#subdir('files')
|
||||||
#subdir('icles')
|
#subdir('icles')
|
||||||
|
|
Loading…
Reference in a new issue