gstreamer/tests/meson.build
Nirbheek Chauhan 5c462b9b12 meson: Add an option for tests
This is needed because we don't always have gstreamer-check available,
for instance inside Cerbero on iOS.
2018-08-17 01:49:37 +05:30

10 lines
231 B
Meson

# FIXME: make check work on windows
if host_system != 'windows'
if not get_option('tests').disabled() and gstcheck_dep.found()
subdir('check')
endif
endif
if not get_option('examples').disabled()
subdir('examples')
endif