aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/tests/CMakeLists.txt
blob: 95e6b4b9a1818278452811cba61bc1b2caf29d93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(document_testrunner_app
    SOURCES
    teststringutil.cpp
    testbytebuffer.cpp
    stringtokenizertest.cpp
    documentcalculatortestcase.cpp
    buckettest.cpp
    globalidtest.cpp
    documentidtest.cpp
    documenttypetestcase.cpp
    primitivefieldvaluetest.cpp
    arrayfieldvaluetest.cpp
    weightedsetfieldvaluetest.cpp
    structfieldvaluetest.cpp
    documenttestcase.cpp
    testdocmantest.cpp
    documentupdatetestcase.cpp
    fieldpathupdatetestcase.cpp
    documentselectparsertest.cpp
    bucketselectortest.cpp
    testxml.cpp
    forcelinktest.cpp
    orderingselectortest.cpp
    testrunner.cpp
    heapdebuggerother.cpp
    positiontypetest.cpp
    urltypetest.cpp
    fieldsettest.cpp
    gid_filter_test.cpp
    DEPENDS
    document
    AFTER
    document_documentconfig
)
vespa_add_test(NAME document_testrunner_app COMMAND document_testrunner_app)