Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
45984e276f85aa24d33aa0ab62ed1e6df96a0784
/
.
/
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"
,
],
)