aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/alloc/CMakeLists.txt
blob: 679189fa600795755b49a08f55d86bad91a12316 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_alloc_test_app TEST
    SOURCES
    alloc_test.cpp
    DEPENDS
    vespalib
)
vespa_add_test(NAME vespalib_alloc_test_app NO_VALGRIND COMMAND vespalib_alloc_test_app)
vespa_add_executable(vespalib_allocate_and_core_app
    SOURCES
    allocate_and_core.cpp
    DEPENDS
    vespalib
)