summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/tensor/hnsw_index/CMakeLists.txt
blob: a65d7071b5e682a5403ada2b45ef6cf7304708a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchlib_hnsw_index_test_app TEST
    SOURCES
    hnsw_index_test.cpp
    DEPENDS
    searchlib
    GTest::GTest
)
vespa_add_test(NAME searchlib_hnsw_index_test_app COMMAND searchlib_hnsw_index_test_app)

vespa_add_executable(mt_stress_hnsw_app TEST
    SOURCES
    stress_hnsw_mt.cpp
    DEPENDS
    searchlib
    GTest::GTest
)