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/6262>
This commit is contained in:
Sebastian Dröge 2024-03-05 15:10:45 +02:00 committed by GStreamer Marge Bot
parent 4db25f1500
commit 8859f257c2

View file

@ -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')