No public description

PiperOrigin-RevId: 565087299
This commit is contained in:
MediaPipe Team 2023-09-13 10:15:22 -07:00 committed by Copybara-Service
parent 8c9cd8a2fb
commit d6ee884200

View File

@ -184,6 +184,23 @@ cc_library(
],
)
cc_library(
name = "gtest_main_no_heapcheck",
testonly = 1,
hdrs = [
"gmock.h",
"gtest.h",
"gtest-spi.h",
"status_matchers.h",
],
deps = [
":status_matchers",
"//mediapipe/framework/deps:message_matchers",
"//mediapipe/framework/deps:status_matchers",
"@com_google_googletest//:gtest_main",
],
)
cc_library(
name = "logging",
hdrs = [