aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/tests/juniper/CMakeLists.txt
blob: e25eb01e85ce142c4b60d95160d1a22a3f7d2d91 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(juniper_testsuite
    SOURCES
    test.cpp
    DEPENDS
)

vespa_add_executable(juniper_mcandTest_app TEST
    SOURCES
    mcandTest.cpp
    mcandTestApp.cpp
    testenv.cpp
    DEPENDS
    searchsummary
    juniper_testsuite
)
vespa_add_test(NAME juniper_mcandTest_app COMMAND juniper_mcandTest_app)
vespa_add_executable(juniper_queryparserTest_app TEST
    SOURCES
    queryparserTest.cpp
    queryparserTestApp.cpp
    fakerewriter.cpp
    testenv.cpp
    DEPENDS
    searchsummary
    juniper_testsuite
)
vespa_add_test(NAME juniper_queryparserTest_app COMMAND juniper_queryparserTest_app)
vespa_add_executable(juniper_matchobjectTest_app TEST
    SOURCES
    matchobjectTest.cpp
    matchobjectTestApp.cpp
    testenv.cpp
    fakerewriter.cpp
    DEPENDS
    searchsummary
    juniper_testsuite
)
vespa_add_test(NAME juniper_matchobjectTest_app COMMAND juniper_matchobjectTest_app)
vespa_add_executable(juniper_appender_test_app TEST
    SOURCES
    appender_test.cpp
    DEPENDS
    searchsummary
)
vespa_add_test(NAME juniper_appender_test_app COMMAND juniper_appender_test_app)
vespa_add_executable(juniper_queryvisitor_test_app TEST
    SOURCES
    queryvisitor_test.cpp
    DEPENDS
    searchsummary
)
vespa_add_test(NAME juniper_queryvisitor_test_app COMMAND juniper_queryvisitor_test_app)
vespa_add_executable(juniper_auxTest_app TEST
    SOURCES
    auxTest.cpp
    auxTestApp.cpp
    testenv.cpp
    DEPENDS
    searchsummary
    juniper_testsuite
)
vespa_add_test(NAME juniper_auxTest_app COMMAND juniper_auxTest_app)
vespa_add_executable(juniper_SrcTestSuite_app TEST
    SOURCES
    mcandTest.cpp
    queryparserTest.cpp
    fakerewriter.cpp
    SrcTestSuite.cpp
    matchobjectTest.cpp
    auxTest.cpp
    testenv.cpp
    DEPENDS
    searchsummary
    juniper_testsuite
)
vespa_add_test(NAME juniper_SrcTestSuite_app COMMAND juniper_SrcTestSuite_app)
vespa_add_executable(juniper_latintokenizertest_app TEST
    SOURCES
    latintokenizertest.cpp
    DEPENDS
    juniper_testsuite
)
vespa_add_test(NAME juniper_latintokenizertest_app NO_VALGRIND COMMAND juniper_latintokenizertest_app)