aboutsummaryrefslogtreecommitdiffstats
path: root/staging_vespalib/CMakeLists.txt
blob: d59529df828cd527223a5bf0d04972851280e47e (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
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_define_module(
    DEPENDS
    fastos
    vespalog
    fastlib_fast
    vespalib
    fnet

    TESTS
    src/tests/array
    src/tests/benchmark
    src/tests/bits
    src/tests/clock
    src/tests/crc
    src/tests/directio
    src/tests/encoding/base64
    src/tests/fileheader
    src/tests/floatingpointtype
    src/tests/growablebytebuffer
    src/tests/json
    src/tests/librarypool
    src/tests/memorydatastore
    src/tests/objectdump
    src/tests/objects
    src/tests/objectselection
    src/tests/polymorphicarray
    src/tests/programoptions
    src/tests/rusage
    src/tests/shutdownguard
    src/tests/state_server
    src/tests/stllike
    src/tests/timer
    src/tests/util/process_memory_stats
    src/tests/xmlserializable

    LIBS
    src/vespa/vespalib
    src/vespa/vespalib/data
    src/vespa/vespalib/encoding
    src/vespa/vespalib/net
    src/vespa/vespalib/objects
    src/vespa/vespalib/stllike
    src/vespa/vespalib/util
)