aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/unwind_message/CMakeLists.txt
blob: 0dd9e5831c575ab09ace4e95a6c19bb752f0db23 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_unwind_message_test_app TEST
    SOURCES
    unwind_message_test.cpp
    DEPENDS
    vespalib
    GTest::GTest
)
vespa_add_test(NAME vespalib_unwind_message_test_app COMMAND vespalib_unwind_message_test_app)