aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/go.uber.org/zap/zapcore/ya.make
blob: 6a3b005ee92d651441efcc61084faff7e25427f7 (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
GO_LIBRARY()

LICENSE(MIT)

SRCS(
    buffered_write_syncer.go
    clock.go
    console_encoder.go
    core.go
    doc.go
    encoder.go
    entry.go
    error.go
    field.go
    hook.go
    increase_level.go
    json_encoder.go
    lazy_with.go
    level.go
    level_strings.go
    marshaler.go
    memory_encoder.go
    reflected_encoder.go
    sampler.go
    tee.go
    write_syncer.go
)

GO_TEST_SRCS(
    buffered_write_syncer_bench_test.go
    buffered_write_syncer_test.go
    clock_test.go
    entry_test.go
    json_encoder_impl_test.go
    leak_test.go
    level_strings_test.go
    level_test.go
    memory_encoder_test.go
    write_syncer_bench_test.go
    write_syncer_test.go
)

GO_XTEST_SRCS(
    console_encoder_bench_test.go
    console_encoder_test.go
    core_test.go
    encoder_test.go
    error_test.go
    # field_test.go
    # hook_test.go
    # increase_level_test.go
    json_encoder_bench_test.go
    # json_encoder_test.go
    sampler_bench_test.go
    # sampler_test.go
    #tee_logger_bench_test.go
    # tee_test.go
)

GO_SKIP_TESTS(
    entry_ext_test.go
    lazy_with_test.go
)

END()

RECURSE(
    gotest
)