aboutsummaryrefslogtreecommitdiffstats
path: root/lowercasing_test/CMakeLists.txt
blob: 159b6f6a4d46be552a45f57681fc576b229d4a29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_define_module(
    DEPENDS
    fastos
    vespalog
    vespalib
    searchlib

    APPS
    src/binref
    src/java

    TESTS
    src/grouping_test/hello-world
    src/grouping_test/hello-world-lib
    src/tests/hello-world
    src/tests/lowercasing
)