...

Text file src/github.com/google/flatbuffers/grpc/tests/BUILD

Documentation: github.com/google/flatbuffers/grpc/tests

     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)

View as plain text