Skip to content
Snippets Groups Projects
Commit eb003efc authored by Simon McVittie's avatar Simon McVittie
Browse files

tests: Link pressure-vessel tests to static libsteam-runtime-tools


We were linking these both statically and dynamically, so it's anyone's
guess which one would end up implementing each symbol.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 50fd8483
No related branches found
No related tags found
1 merge request!340tests: Link pressure-vessel tests to static libsteam-runtime-tools
Pipeline #16151 passed
...@@ -55,9 +55,9 @@ foreach test_name : compiled_tests ...@@ -55,9 +55,9 @@ foreach test_name : compiled_tests
dependencies : [ dependencies : [
gio_unix, gio_unix,
libglnx_dep, libglnx_dep,
test_utils_dep, test_utils_static_libsteamrt_dep,
pressure_vessel_utils_dep,
], ],
link_with : [pressure_vessel_utils],
include_directories : pv_include_dirs, include_directories : pv_include_dirs,
install : false, install : false,
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment