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