No public description

PiperOrigin-RevId: 663825887
This commit is contained in:
MediaPipe Team 2024-08-16 12:48:44 -07:00 committed by Copybara-Service
parent 2ca030368e
commit bddb62a501
9 changed files with 22 additions and 22 deletions

View File

@ -89,7 +89,7 @@ mediapipe_proto_library(
mediapipe_proto_library(
name = "calculator_contract_test_proto",
testonly = 1,
testonly = True,
srcs = ["calculator_contract_test.proto"],
visibility = ["//mediapipe/framework:__subpackages__"],
deps = [
@ -130,7 +130,7 @@ mediapipe_proto_library(
mediapipe_proto_library(
name = "packet_test_proto",
testonly = 1,
testonly = True,
srcs = ["packet_test.proto"],
visibility = [
":mediapipe_internal_proto_users",
@ -154,7 +154,7 @@ mediapipe_proto_library(
mediapipe_proto_library(
name = "test_calculators_proto",
testonly = 1,
testonly = True,
srcs = ["test_calculators.proto"],
visibility = [":mediapipe_internal_proto_users"],
deps = [
@ -478,7 +478,7 @@ cc_library(
cc_library(
name = "calculator_runner",
testonly = 1,
testonly = True,
srcs = ["calculator_runner.cc"],
hdrs = ["calculator_runner.h"],
visibility = ["//visibility:public"],
@ -765,7 +765,7 @@ cc_library(
cc_library(
name = "lifetime_tracker",
testonly = 1,
testonly = True,
hdrs = ["lifetime_tracker.h"],
visibility = ["//visibility:public"],
deps = [
@ -1153,7 +1153,7 @@ cc_library(
cc_library(
name = "test_calculators",
testonly = 1,
testonly = True,
srcs = ["test_calculators.cc"],
visibility = ["//visibility:public"],
deps = [
@ -1175,7 +1175,7 @@ cc_library(
cc_library(
name = "test_service",
testonly = 1,
testonly = True,
srcs = ["test_service.cc"],
hdrs = ["test_service.h"],
visibility = ["//visibility:public"],

View File

@ -34,7 +34,7 @@ def mediapipe_cc_test(
**kwargs):
native.cc_library(
name = name + "_lib",
testonly = 1,
testonly = True,
srcs = srcs,
data = data,
deps = deps + additional_deps,

View File

@ -207,7 +207,7 @@ cc_library(
cc_library(
name = "test_context_builder",
testonly = 1,
testonly = True,
hdrs = ["test_context_builder.h"],
deps = [
"//mediapipe/framework:calculator_framework",

View File

@ -736,7 +736,7 @@ mediapipe_binary_graph(
data_as_c_string(
name = "test_binarypb_inc",
testonly = 1,
testonly = True,
srcs = [":test_binarypb"],
outs = ["test_binarypb.inc"],
)
@ -792,7 +792,7 @@ cc_test(
cc_library(
name = "test_util",
testonly = 1,
testonly = True,
srcs = ["test_util.cc"],
hdrs = ["test_util.h"],
visibility = ["//visibility:public"],

View File

@ -40,7 +40,7 @@ exports_files([
mediapipe_simple_subgraph(
name = "dub_quad_test_subgraph",
testonly = 1,
testonly = True,
graph = "dub_quad_test_subgraph.pbtxt",
register_as = "DubQuadTestSubgraph",
deps = [
@ -50,7 +50,7 @@ mediapipe_simple_subgraph(
mediapipe_simple_subgraph(
name = "nested_test_subgraph",
testonly = 1,
testonly = True,
graph = "nested_test_subgraph.pbtxt",
register_as = "NestedTestSubgraph",
visibility = ["//mediapipe/framework:__subpackages__"],

View File

@ -1223,7 +1223,7 @@ test_suite(
objc_library(
name = "gl_ios_test_lib",
testonly = 1,
testonly = True,
srcs = [
"gl_ios_test.mm",
"metal_shared_resources_test.mm",

View File

@ -218,7 +218,7 @@ objc_library(
objc_library(
name = "MPPGraphTestBase",
testonly = 1,
testonly = True,
srcs = [
"MPPGraphTestBase.mm",
],
@ -248,7 +248,7 @@ objc_library(
objc_library(
name = "mediapipe_framework_ios_testLib",
testonly = 1,
testonly = True,
srcs = [
"CFHolderTests.mm",
"MPPDisplayLinkWeakTargetTests.mm",

View File

@ -345,7 +345,7 @@ cc_library(
cc_library(
name = "time_series_test_util",
testonly = 1,
testonly = True,
hdrs = ["time_series_test_util.h"],
visibility = ["//visibility:public"],
deps = [
@ -381,7 +381,7 @@ cc_test(
cc_library(
name = "packet_test_util",
testonly = 1,
testonly = True,
hdrs = ["packet_test_util.h"],
visibility = ["//visibility:public"],
deps = [
@ -431,7 +431,7 @@ cc_test(
cc_library(
name = "image_test_utils",
testonly = 1,
testonly = True,
srcs = ["image_test_utils.cc"],
hdrs = ["image_test_utils.h"],
visibility = ["//visibility:public"],

View File

@ -442,7 +442,7 @@ GTM_UNITTESTING_DEPS = [
objc_library(
name = "GTM_UnitTesting",
testonly = 1,
testonly = True,
hdrs = GTM_UNITTESTING_HDRS,
non_arc_srcs = GTM_UNITTESTING_NON_ARC_SRCS,
sdk_frameworks = GTM_UNITTESTING_SDK_FRAMEWORKS,
@ -452,7 +452,7 @@ objc_library(
objc_library(
name = "GTM_UnitTesting_GTM_USING_XCTEST",
testonly = 1,
testonly = True,
hdrs = GTM_UNITTESTING_HDRS,
defines = ["GTM_USING_XCTEST=1"],
non_arc_srcs = GTM_UNITTESTING_NON_ARC_SRCS,
@ -463,7 +463,7 @@ objc_library(
objc_library(
name = "GTM_UnitTestingAppLib",
testonly = 1,
testonly = True,
hdrs = [
"UnitTesting/GTMCodeCoverageApp.h",
"UnitTesting/GTMIPhoneUnitTestDelegate.h",