summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/memoryindex/datastore/CMakeLists.txt
blob: 2ba0f2eac635edab5476b31b166ea243cf224bc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchlib_featurestore_test_app TEST
    SOURCES
    featurestore_test.cpp
    DEPENDS
    searchlib
)
vespa_add_test(NAME searchlib_featurestore_test_app COMMAND searchlib_featurestore_test_app)
vespa_add_executable(searchlib_wordstore_test_app TEST
    SOURCES
    wordstore_test.cpp
    DEPENDS
    searchlib
)
vespa_add_test(NAME searchlib_wordstore_test_app COMMAND searchlib_wordstore_test_app)