Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
01dec6fb6f1fb735faede453f32aeef5364d6230
/
.
/
test
/
pico_sem_test
/
BUILD.bazel
blob: c6b51c8c49541da699a5857e5dfb20e99fa75f98 [
file
]
package
(
default_visibility
=
[
"//visibility:public"
])
cc_binary
(
name
=
"pico_sem_test"
,
testonly
=
True
,
srcs
=
[
"pico_sem_test.c"
],
deps
=
[
"//src/common/pico_stdlib"
,
"//src/common/pico_sync"
,
"//test/pico_test"
,
],
)