summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/false/CMakeLists.txt
blob: 62722c86404bf2cdca66c0ec19762ca5d728e382 (plain) (blame)
1
2
3
4
5
6
7
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_false_test_app
    SOURCES
    false.cpp
    DEPENDS
    vespalib
)