File: BUILD.bazel

package info (click to toggle)
yaml-cpp 0.8.0%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,424 kB
  • sloc: cpp: 23,493; ansic: 956; python: 196; makefile: 47
file content (14 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (3)
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",
    ],
)