aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/exception_classes/CMakeLists.txt
blob: 41fa3b847fc2c5fd3cc4b027cb34e641e5832891 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_exception_classes_test_app TEST
    SOURCES
    exception_classes_test.cpp
    DEPENDS
    vespalib
)
vespa_add_test(NAME vespalib_exception_classes_test_app COMMAND vespalib_exception_classes_test_app)
vespa_add_executable(vespalib_silenceuncaught_test_app TEST
    SOURCES
    silenceuncaught_test.cpp
    DEPENDS
    vespalib
)
vespa_add_test(NAME vespalib_silenceuncaught_test_app COMMAND vespalib_silenceuncaught_test_app)
vespa_add_executable(vespalib_caught_uncaught_app TEST
    SOURCES
    caught_uncaught.cpp
    DEPENDS
    vespalib
)
vespa_add_executable(vespalib_mmap_app TEST
    SOURCES
    mmap.cpp
    DEPENDS
    vespalib
)