aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/eval/gbdt/CMakeLists.txt
blob: b6328900258dbf5ef365e775c6a1ded955dc0310 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_gbdt_test_app
    SOURCES
    gbdt_test.cpp
    DEPENDS
    vespalib
)
vespa_add_test(NAME vespalib_gbdt_test_app COMMAND vespalib_gbdt_test_app)
vespa_add_executable(vespalib_gbdt_benchmark_app
    SOURCES
    gbdt_benchmark.cpp
    DEPENDS
    vespalib
)
vespa_add_test(NAME vespalib_gbdt_benchmark_app COMMAND vespalib_gbdt_benchmark_app BENCHMARK)