blob: 6194131f631b45c33b73cc183094bed188a6a8ce [file] [log] [blame]
load("@rules_cc//cc:defs.bzl", "cc_test")
cc_test(
name = "grpc_thread_pool_test",
srcs = [
"GrpcThreadPoolTest.cpp",
],
deps = [
"//api:rocketmq_interface",
"@com_github_grpc_grpc//:grpc++",
"@com_google_googletest//:gtest_main",
],
)
cc_test(
name = "grpc_timer_test",
srcs = [
"GrpcTimer.cpp",
],
deps = [
"//api:rocketmq_interface",
"@com_github_grpc_grpc//:grpc++",
"@com_google_googletest//:gtest_main",
],
)