gstreamer/validate/tests/meson.build
Thibault Saunier 9c9fe14293 meson:validate:test: Properly set paths to run launcher based tests
Adding a --validate-tools-path option to the launcher, allowing
to pass it from meson.
2016-09-09 12:24:54 -03:00

7 lines
168 B
Meson

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