gstreamer/validate/tests/meson.build
Thibault Saunier ab614e63ae meson: Modernize the way we set test env variables
Removing the now useless getplugindirs script
2016-11-30 13:58:56 -03:00

6 lines
122 B
Meson

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