test(tests/eos): updated eos test to use resource manager instead of env variable

This commit is contained in:
2025-03-20 14:27:11 -04:00
parent 08075f5108
commit 041a5a592c
2 changed files with 33 additions and 29 deletions

View File

@@ -11,7 +11,7 @@ foreach test_file : test_sources
test_exe = executable(
exe_name,
test_file,
dependencies: [gtest_dep, eos_dep, gtest_main],
dependencies: [gtest_dep, eos_dep, gtest_main, resourceManager_dep, config_dep],
install_rpath: '@loader_path/../../src' # Ensure runtime library path resolves correctly
)