test(tests/probe): added probe tests

This commit is contained in:
2025-02-23 11:22:08 -05:00
parent 1099895be2
commit e33a831eb5

View File

@@ -13,6 +13,7 @@ foreach test_file : test_sources
test_file,
dependencies: [gtest_dep, config_dep],
include_directories: include_directories('../../src/config/public'),
link_with: libconst, # Link the dobj library
install_rpath: '@loader_path/../../src' # Ensure runtime library path resolves correctly
)