Skip to content
Snippets Groups Projects

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

Merged Simon McVittie requested to merge wip/tests-static-steamrt into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -55,9 +55,9 @@ foreach test_name : compiled_tests
dependencies : [
gio_unix,
libglnx_dep,
test_utils_dep,
test_utils_static_libsteamrt_dep,
pressure_vessel_utils_dep,
],
link_with : [pressure_vessel_utils],
include_directories : pv_include_dirs,
install : false,
)
Loading