meson: skip tests on windows for now

As we do in the other modules. As libgstcheck is currently not
built on windows. Fixes "Fallback variable 'gst_check_dep' in
the subproject 'gstreamer' does not exist"" Meson error.
This commit is contained in:
Tim-Philipp Müller 2017-07-21 13:36:00 +01:00
parent d72284bdf8
commit 8edfec2cc3

View file

@ -1 +1,3 @@
subdir('check')
if host_machine.system() != 'windows'
subdir('check')
endif