aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/zcurve/CMakeLists.txt
blob: 7a48bba40069580c2190990b52e024da10cf753c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_zcurve_test_app TEST
    SOURCES
    zcurve_test.cpp
    DEPENDS
    vespalib
)
vespa_add_test(NAME vespalib_zcurve_test_app COMMAND vespalib_zcurve_test_app)
vespa_add_executable(vespalib_zcurve_ranges_test_app TEST
    SOURCES
    zcurve_ranges_test.cpp
    DEPENDS
    vespalib
)
vespa_add_test(NAME vespalib_zcurve_ranges_test_app COMMAND vespalib_zcurve_ranges_test_app)