mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
ptp: Don't install test executable
And handle it like all our other test executables. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6268>
This commit is contained in:
parent
0f3099ef5c
commit
5d0e8e4dbd
1 changed files with 1 additions and 3 deletions
|
@ -112,9 +112,7 @@ exe_test = executable('gst-ptp-helper-test', 'main.rs',
|
||||||
override_options : ['rust_std=2018'],
|
override_options : ['rust_std=2018'],
|
||||||
rust_args : ['--test', rust_args],
|
rust_args : ['--test', rust_args],
|
||||||
dependencies : [cap_dep],
|
dependencies : [cap_dep],
|
||||||
link_with : conf,
|
link_with : conf)
|
||||||
install_dir : helpers_install_dir,
|
|
||||||
install : true)
|
|
||||||
|
|
||||||
test('gst-ptp-helper-test', exe_test, protocol : 'rust')
|
test('gst-ptp-helper-test', exe_test, protocol : 'rust')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue