summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/closure/CMakeLists.txt
blob: 517048d0d9145fb261978fee3012bc9e950c6d62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_closure_test_app TEST
    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 TEST
    SOURCES
    autoclosurecaller_test.cpp
    DEPENDS
    vespalib
)
vespa_add_test(NAME vespalib_autoclosurecaller_test_app COMMAND vespalib_autoclosurecaller_test_app)