aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/jackc/pgx/v5/pgproto3/ya.make
blob: 24dc8df40de313745fcb95135038d4beb05cea12 (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
GO_LIBRARY()

LICENSE(MIT)

SRCS(
    authentication_cleartext_password.go
    authentication_gss.go
    authentication_gss_continue.go
    authentication_md5_password.go
    authentication_ok.go
    authentication_sasl.go
    authentication_sasl_continue.go
    authentication_sasl_final.go
    backend.go
    backend_key_data.go
    big_endian.go
    bind.go
    bind_complete.go
    cancel_request.go
    chunkreader.go
    close.go
    close_complete.go
    command_complete.go
    copy_both_response.go
    copy_data.go
    copy_done.go
    copy_fail.go
    copy_in_response.go
    copy_out_response.go
    data_row.go
    describe.go
    doc.go
    empty_query_response.go
    error_response.go
    execute.go
    flush.go
    frontend.go
    function_call.go
    function_call_response.go
    gss_enc_request.go
    gss_response.go
    no_data.go
    notice_response.go
    notification_response.go
    parameter_description.go
    parameter_status.go
    parse.go
    parse_complete.go
    password_message.go
    pgproto3.go
    portal_suspended.go
    query.go
    ready_for_query.go
    row_description.go
    sasl_initial_response.go
    sasl_response.go
    ssl_request.go
    startup_message.go
    sync.go
    terminate.go
    trace.go
)

GO_TEST_SRCS(
    chunkreader_test.go
    function_call_test.go
    json_test.go
)

GO_XTEST_SRCS(
    # backend_test.go # same test in pgproto3 and pgproto3_test
    copy_both_response_test.go
    # frontend_test.go # same test in pgproto3 and pgproto3_test
    fuzz_test.go
    # trace_test.go # st/YMAKE-102
)

END()

RECURSE(
    example
    gotest
)