gstreamer/validate/tests/meson.build
Nirbheek Chauhan a86c36b9a9 meson: Add a feature option for tests
This autodetection is needed on iOS inside Cerbero where
gstreamer-check-1.0 is not available.
2018-09-01 12:09:32 +05:30

6 lines
150 B
Meson

# FIXME: make check work on windows
if host_machine.system() != 'windows' and gst_check_dep.found()
subdir('check')
endif
subdir('launcher_tests')