gstreamer/validate/tests/meson.build
Thibault Saunier 5dee7c8f47 validate: tests: Add launcher based GstValidate tests
First checking the new not negotiated error reporting code.
2016-09-08 13:10:29 -03:00

6 lines
122 B
Meson

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