summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/frameworkimpl/memory/CMakeLists.txt
blob: e5a364e02a3d31bd525f8cdd3c04501e4c370009 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2017 Yahoo Holdings. 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
)