glib/tests/constructor: Add test dependency on constructor_lib

Otherwise we may build the test but not its dependent library
This commit is contained in:
Marco Trevisan (Treviño) 2024-05-08 23:10:19 +02:00
parent 651beec963
commit 5aafaa0cc9

View File

@ -352,6 +352,7 @@ if host_machine.system() == 'windows' or have_dlopen_dlsym
'-DBUILD_TEST_EXECUTABLE',
'-DPREFIX=app'],
'dependencies' : libdl_dep,
'depends': constructor_lib,
'link_with': [constructor_helper]
}
}