Files
cpp-project-template/third_party/prometheus/util/tests/unit/BUILD.bazel

11 lines
212 B
Python
Raw Normal View History

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