zhifu gao
2023-04-24 331d57253ae25dd42c8e14930dee30cd8d2affa6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
cc_test(
    name = "test",
    srcs = glob([
        "*.cpp",
        "*.h",
        "integrations/*.cpp",
        "node/*.cpp",
    ]),
    deps = [
        "//:yaml-cpp",
        "//:yaml-cpp_internal",
        "@com_google_googletest//:gtest_main",
    ],
)