feat(tests/poly): updated polytrope tests to use resource manager

This commit is contained in:
2025-03-26 12:36:18 -04:00
parent e8d2061809
commit 3fbfb366d2
2 changed files with 11 additions and 6 deletions

View File

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