Sign in
◑
Theme
bazel
/
continuous-integration
/
2e09259514e759f3b1bc1586b3dac09b607222e5
/
.
/
smoke_test
/
BUILD.bazel
blob: ae0fd513a634d0755006f998e2a5dbee934ff1a4 [
file
]
load
(
"@rules_cc//cc:defs.bzl"
,
"cc_binary"
,
"cc_test"
)
cc_binary
(
name
=
"hello"
,
srcs
=
[
"hello.cc"
],
)
cc_test
(
name
=
"hello_test"
,
srcs
=
[
"hello_test.cc"
],
)