aboutsummaryrefslogtreecommitdiffstats
path: root/vdstestlib/src/tests/cppunit/CMakeLists.txt
blob: 190ef213ca132a4fe786ab76bc8c3b32b14484a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vdstestlib_testrunner_app TEST
    SOURCES
    testrunner.cpp
    cppunittest.cpp
    DEPENDS
    vdstestlib
)
vespa_add_test(NAME vdstestlib_testrunner_app NO_VALGRIND COMMAND vdstestlib_testrunner_app)