No public description

PiperOrigin-RevId: 663739840
This commit is contained in:
MediaPipe Team 2024-08-16 08:31:06 -07:00 committed by Copybara-Service
parent 9f938947f0
commit 88152b8b0a
4 changed files with 8 additions and 8 deletions

View File

@ -2083,7 +2083,7 @@ cc_test(
cc_library(
name = "tensors_to_segmentation_calculator_test_utils",
testonly = 1,
testonly = True,
srcs = ["tensors_to_segmentation_calculator_test_utils.cc"],
hdrs = ["tensors_to_segmentation_calculator_test_utils.h"],
deps = [

View File

@ -99,7 +99,7 @@ cc_library(
cc_library(
name = "test_contracts",
testonly = 1,
testonly = True,
hdrs = ["test_contracts.h"],
deps = [
":node",

View File

@ -302,7 +302,7 @@ cc_library(
cc_library(
name = "status_matchers",
testonly = 1,
testonly = True,
hdrs = ["status_matchers.h"],
# Use this library through "mediapipe/framework/port:gtest_main".

View File

@ -134,7 +134,7 @@ cc_library(
cc_library(
name = "benchmark",
testonly = 1,
testonly = True,
hdrs = ["benchmark.h"],
deps = [
"@com_google_benchmark//:benchmark",
@ -154,7 +154,7 @@ cc_library(
cc_library(
name = "gtest",
testonly = 1,
testonly = True,
hdrs = [
"gmock.h",
"gtest.h",
@ -170,7 +170,7 @@ cc_library(
cc_library(
name = "gtest_main",
testonly = 1,
testonly = True,
hdrs = [
"gmock.h",
"gtest.h",
@ -187,7 +187,7 @@ cc_library(
cc_library(
name = "gtest_main_no_heapcheck",
testonly = 1,
testonly = True,
hdrs = [
"gmock.h",
"gtest.h",
@ -426,7 +426,7 @@ cc_library(
cc_library(
name = "status_matchers",
testonly = 1,
testonly = True,
hdrs = ["status_matchers.h"],
deps = [
":status",