test(test): fixed tests

This commit is contained in:
2025-06-12 11:22:25 -04:00
parent afb6562953
commit 3ecd3975ad
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ foreach test_file : test_sources
test_exe = executable(
exe_name,
test_file,
dependencies: [gtest_dep, network_dep, gtest_main],
dependencies: [gtest_dep, gtest_main, network_dep],
include_directories: include_directories('../../src/network/public'),
link_with: libnetwork, # Link the dobj library
install_rpath: '@loader_path/../../src' # Ensure runtime library path resolves correctly