Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
efe2103f9b28458a1615ff096054479743ade236
/
.
/
test
/
pico_test
/
BUILD.bazel
blob: f104b61e9471633e136962931f8174c4b55a4b80 [
file
] [
log
] [
blame
]
package
(
default_visibility
=
[
"//visibility:public"
])
cc_library
(
name
=
"pico_test"
,
testonly
=
True
,
hdrs
=
[
"include/pico/test.h"
,
"include/pico/test/xrand.h"
,
],
includes
=
[
"include"
],
deps
=
[
"//src:pico_platform"
,
],
)