summaryrefslogtreecommitdiffstats
path: root/vdstestlib/src/tests/dirconfig/CMakeLists.txt
blob: 05a4f0e6b00bf91e2b9813b2383345a1bb3e7114 (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_executable(vdstestlib_dirconfig_test_app TEST
    SOURCES
    dirconfigtest.cpp
    DEPENDS
    vdstestlib
)
vespa_add_test(NAME vdstestlib_dirconfig_test_app NO_VALGRIND COMMAND vdstestlib_dirconfig_test_app)