aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/tests/datatype/CMakeLists.txt
blob: ff16529f8395877d412f16887d2234fd66b6921b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(document_datatype_test_app TEST
    SOURCES
    datatype_test.cpp
    DEPENDS
    document
)
vespa_add_test(NAME document_datatype_test_app COMMAND document_datatype_test_app)

vespa_add_executable(document_referencedatatype_test_app TEST
    SOURCES
    referencedatatype_test.cpp
    DEPENDS
    document
)
vespa_add_test(NAME document_referencedatatype_test_app COMMAND document_referencedatatype_test_app)