aboutsummaryrefslogtreecommitdiffstats
path: root/vespamalloc/src/tests/test1/CMakeLists.txt
blob: dc0217b139ace36c59c55a84dfae4de20db50758 (plain) (blame)
1
2
3
4
5
6
7
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespamalloc_testatomic_app
    SOURCES
    testatomic.cpp
    DEPENDS
)
vespa_add_test(NAME vespamalloc_testatomic_app NO_VALGRIND COMMAND vespamalloc_testatomic_app)