From 8366ebd3a153b25273176c75f4623d7a592144c5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Nov 2024 13:19:54 -0500 Subject: Use zix_expand_environment_strings() The removed test was the last that needed access to private code, so also remove all of the build complication around ensuring there's a static library to test (avoiding a double build in many cases). --- test/cpp/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cpp/meson.build') diff --git a/test/cpp/meson.build b/test/cpp/meson.build index 5b8169c..1d697fa 100644 --- a/test/cpp/meson.build +++ b/test/cpp/meson.build @@ -30,7 +30,7 @@ test( 'test_lilv_hpp', files('test_lilv_hpp.cpp'), cpp_args: test_args + cpp_suppressions, - dependencies: [lv2_dep, lilv_static_dep], + dependencies: [lv2_dep, lilv_dep], include_directories: include_directories('../../src'), ), suite: 'unit', -- cgit v1.2.1