summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/frameworkimpl/memory/CMakeLists.txt
blob: 77e0b9a2a9e7f8f6304d377d0f20e55a7f93c7d9 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_testmemory TEST
    SOURCES
    memorystatusviewertest.cpp
    DEPENDS
    storage
    storage_testcommon
)