shixian.shi
2023-04-27 3c0a9fb7c1bd642f3370d406fca81ff50ae9bc82
1
2
3
4
5
6
7
8
9
cc_test(
    name = "main",
    size = "small",
    srcs = ["main.cc"],
    deps = [
        "//:glog",
        "@com_github_gflags_gflags//:gflags",
    ],
)