Files
tizi/third_party/yaml-cpp-master/test/integration/BUILD.bazel
T
2026-07-21 10:39:05 +08:00

17 lines
310 B
Python

load("@rules_cc//cc:defs.bzl", "cc_test")
cc_test(
name = "test",
srcs = glob([
"*.cpp",
"*.h",
]),
deps = [
"//:yaml-cpp",
"//:yaml-cpp_internal",
"//test:mock_event_handler",
"//test:specexamples",
"@googletest//:gtest_main",
],
)