aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/closure/CMakeLists.txt
blob: cf744fc3bd9e876575a11a53dc386058f16a8df6 (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 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)