aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/alloc/CMakeLists.txt
blob: b9f686363c95c7572a4c88da60080205d5220306 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2016 Yahoo Inc. 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
)