|
|
@ -12,14 +12,12 @@ |
|
|
|
# See the License for the specific language governing permissions and |
|
|
|
# See the License for the specific language governing permissions and |
|
|
|
# limitations under the License. |
|
|
|
# limitations under the License. |
|
|
|
|
|
|
|
|
|
|
|
load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test", "grpc_cc_binary", "grpc_package") |
|
|
|
load("//bazel:grpc_build_system.bzl", "grpc_cc_test", "grpc_cc_binary", "grpc_package") |
|
|
|
|
|
|
|
|
|
|
|
grpc_package(name = "test/core/memory_usage") |
|
|
|
grpc_package(name = "test/core/memory_usage") |
|
|
|
|
|
|
|
|
|
|
|
licenses(["notice"]) # Apache v2 |
|
|
|
licenses(["notice"]) # Apache v2 |
|
|
|
|
|
|
|
|
|
|
|
load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
grpc_cc_binary( |
|
|
|
grpc_cc_binary( |
|
|
|
name = "client", |
|
|
|
name = "client", |
|
|
|
testonly = 1, |
|
|
|
testonly = 1, |
|
|
|