Files
cpp-project-template/third_party/prometheus/push/tests/internal/BUILD.bazel

11 lines
238 B
Python
Raw Normal View History

2025-08-22 18:22:57 +08:00
cc_test(
name = "internal",
srcs = glob(["*.cc"]),
copts = ["-Iexternal/googletest/include"],
linkstatic = True,
deps = [
"//push:push_internal_headers",
"@com_google_googletest//:gtest_main",
],
)