aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/closure/CMakeLists.txt
blob: 174c1e8700be3d53daac778c9a23c974e3f095b4 (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_closure_test_app
    SOURCES
    closure_test.cpp
    DEPENDS
    vespalib
)
vespa_add_test(NAME vespalib_closure_test_app COMMAND vespalib_closure_test_app)
vespa_add_executable(vespalib_autoclosurecaller_test_app
    SOURCES
    autoclosurecaller_test.cpp
    DEPENDS
    vespalib
)
vespa_add_test(NAME vespalib_autoclosurecaller_test_app COMMAND vespalib_autoclosurecaller_test_app)