mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-25 09:11:10 +00:00
14 lines
301 B
CMake
14 lines
301 B
CMake
add_scylla_test(vector_store_client_test
|
|
LIBRARIES vector_search)
|
|
|
|
add_scylla_test(load_balancer_test
|
|
LIBRARIES vector_search)
|
|
|
|
add_scylla_test(client_test
|
|
LIBRARIES vector_search)
|
|
|
|
add_scylla_test(filter_test
|
|
LIBRARIES vector_search)
|
|
add_scylla_test(rescoring_test
|
|
LIBRARIES vector_search)
|