aboutsummaryrefslogtreecommitdiffstats
path: root/storageframework/src/tests/CMakeLists.txt
blob: 47a0a7bcc6e6509e4d52cb5c9efe4e1b18c986e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# 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
    storageframework
)
vespa_add_test(NAME storageframework_testrunner_app COMMAND storageframework_testrunner_app)