summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/bucketdb/CMakeLists.txt
blob: 5dc269e54f9b4a878e20b7f5bab33924a1ba1d41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

find_package(GTest REQUIRED)
vespa_add_executable(storage_bucketdb_gtest_runner_app TEST
    SOURCES
    bucketinfotest.cpp
    bucketmanagertest.cpp
    gtest_runner.cpp
    initializertest.cpp
    judyarraytest.cpp
    judymultimaptest.cpp
    lockablemaptest.cpp
    DEPENDS
    storage
    storage_testcommon
    GTest::GTest
)

vespa_add_test(
    NAME storage_bucketdb_gtest_runner_app
    COMMAND storage_bucketdb_gtest_runner_app
)