blob: 5d4023ec7520a03ea017a4fa287b38252497ce9a [file] [log] [blame]
Austin Schuh272c6132020-11-14 16:37:52 -08001cc_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)