gstreamer/tests/meson.build
Mathieu Duponchelle 794ada056a tests: start porting to meson
Incomplete port, to get the ball rolling

https://bugzilla.gnome.org/show_bug.cgi?id=782962
2017-06-07 20:21:17 +02:00

5 lines
98 B
Meson

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