Austin Schuh | 272c613 | 2020-11-14 16:37:52 -0800 | [diff] [blame] | 1 | cc_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 | ) |