mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
Meson: Override gst-tester-1.0 program to find it in other modules
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/586>
This commit is contained in:
parent
c12c7afd06
commit
9961398d25
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ gst_tester = executable('gst-tester-' + apiversion,
|
||||||
dependencies : [gio_dep],
|
dependencies : [gio_dep],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
meson.override_find_program('gst-tester-' + apiversion, gst_tester)
|
||||||
|
|
||||||
tests = [
|
tests = [
|
||||||
'simplest',
|
'simplest',
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue