aboutsummaryrefslogtreecommitdiffstats
path: root/vdstestlib/src/tests/dirconfig/CMakeLists.txt
blob: f36d1a5f5b77accf2eb567cc3e532c067762d33b (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Yahoo. 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)