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