1
0
mirror of https://github.com/raspberrypi/pico-sdk.git synced 2025-08-09 04:22:44 +03:00
Files
pico-sdk/test/pico_test/BUILD.bazel
graham sanderson efe2103f9b SDK 2.0.0 release
2024-08-08 08:54:38 -05:00

15 lines
281 B
Python

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",
],
)