Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
73e719691dc10f817e89244d2256fd5fd4dbadda
/
.
/
test
/
pico_stdlib_test
/
BUILD.bazel
blob: edce64f182c78d26d45567a1b4f1c82d6f0a9e9e [
file
] [
log
] [
blame
]
package
(
default_visibility
=
[
"//visibility:public"
])
cc_binary
(
name
=
"pico_stdlib_test"
,
testonly
=
True
,
srcs
=
[
"pico_stdlib_test.c"
],
deps
=
[
"//src/common/pico_bit_ops"
,
"//src/common/pico_stdlib"
,
],
)