mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
9c9fe14293
Adding a --validate-tools-path option to the launcher, allowing to pass it from meson.
7 lines
168 B
Meson
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')
|