Files
FastDeploy/third_party/yaml-cpp/test/BUILD.bazel
jiangjiajun 9d87046d78 first commit
2022-07-05 09:30:15 +00:00

15 lines
262 B
Python

cc_test(
name = "test",
srcs = glob([
"*.cpp",
"*.h",
"integrations/*.cpp",
"node/*.cpp",
]),
deps = [
"//:yaml-cpp",
"//:yaml-cpp_internal",
"@com_google_googletest//:gtest_main",
],
)