blob: 3ad4e43a1b52260befdf0adad460aa1225e77a86 [file] [log] [blame]
load("@rules_cc//cc:defs.bzl", "cc_binary")
filegroup(
name = "srcs",
srcs = glob(["**"]),
visibility = ["//src/test/shell/bazel/testdata:__pkg__"],
)
cc_binary(
name = "hello",
srcs = ["hello.cc"],
)