Skip to content

Commit 0e3539e

Browse files
jnthntatumcopybara-github
authored andcommitted
internal testing change
PiperOrigin-RevId: 739991453
1 parent ad75340 commit 0e3539e

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

compiler/BUILD

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,24 @@ cc_test(
114114
"@com_google_cel_spec//proto/cel/expr/conformance/proto3:test_all_types_cc_proto",
115115
],
116116
)
117+
118+
cc_test(
119+
name = "compiler_concurrency_test",
120+
srcs = ["compiler_concurrency_test.cc"],
121+
deps = [
122+
":compiler",
123+
":compiler_factory",
124+
"//checker:standard_library",
125+
"//common:decl",
126+
"//common:type",
127+
"//internal:status_macros",
128+
"//internal:testing",
129+
"//thread/fiber",
130+
"//thread/fiber:fiber-options",
131+
"//tools:descriptor_pool_builder",
132+
"@com_google_absl//absl/status:status_matchers",
133+
"@com_google_absl//absl/status:statusor",
134+
"@com_google_googleapis//google/rpc/context:attribute_context_cc_proto",
135+
"@com_google_protobuf//:protobuf",
136+
],
137+
)

0 commit comments

Comments
 (0)