mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 13:11:06 +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'],
|
||||
rust_args : ['--test', rust_args],
|
||||
dependencies : [cap_dep],
|
||||
link_with : conf,
|
||||
install_dir : helpers_install_dir,
|
||||
install : true)
|
||||
link_with : conf)
|
||||
|
||||
test('gst-ptp-helper-test', exe_test, protocol : 'rust')
|
||||
|
||||
|
|
Loading…
Reference in a new issue