summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/visit_ranges/CMakeLists.txt
blob: 3112255726ad1a619e62f71692cd656eb6c9206d (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2020 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_visit_ranges_test_app TEST
    SOURCES
    visit_ranges_test.cpp
    DEPENDS
    vespalib
    GTest::GTest
)
vespa_add_test(NAME vespalib_visit_ranges_test_app COMMAND vespalib_visit_ranges_test_app)