xref: /aosp_15_r20/external/flatbuffers/grpc/tests/BUILD (revision 890232f25432b36107d06881e0a25aaa6b473652)
1cc_test(
2    name = "grpc_test",
3    srcs = [
4        "grpctest.cpp",
5        "message_builder_test.cpp",
6    ],
7    copts = ["-Itests"],
8    # This is required.
9    linkstatic = 1,
10    deps = [
11        "//tests:monster_test_cc_fbs",
12        "//tests:monster_test_grpc",
13        "//tests:test_assert",
14        "//tests:test_builder",
15        "@com_github_grpc_grpc//:grpc++",
16    ],
17)
18