summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/tensor/hnsw_index/CMakeLists.txt
blob: b6a87502fdf67b61f3bac0e789fc1e3cc1f1718f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2020 Oath Inc. 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
)
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
)