test(tests/opatIO): updated tests for index vector based search

previously tests used X and Z. Nw they use a general index vector
This commit is contained in:
2025-02-17 12:58:08 -05:00
parent 33d269c411
commit 9ae69d82fc
3 changed files with 57 additions and 10 deletions

View File

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