summaryrefslogtreecommitdiffstats
path: root/storageframework/src/tests/CMakeLists.txt
blob: d96113597fd7e495b47c81b3256a854c6ba30884 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(storageframework_testrunner_app TEST
    SOURCES
    testrunner.cpp
    DEPENDS
    storageframework_testclock
    storageframework_teststatus
    storageframework_testmemory
    storageframework_testthread
)
vespa_add_test(NAME storageframework_testrunner_app COMMAND storageframework_testrunner_app)