aboutsummaryrefslogtreecommitdiff
path: root/pw_hdlc/py/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'pw_hdlc/py/BUILD.bazel')
-rw-r--r--pw_hdlc/py/BUILD.bazel12
1 files changed, 12 insertions, 0 deletions
diff --git a/pw_hdlc/py/BUILD.bazel b/pw_hdlc/py/BUILD.bazel
index a88424d1d..a6460aa40 100644
--- a/pw_hdlc/py/BUILD.bazel
+++ b/pw_hdlc/py/BUILD.bazel
@@ -32,6 +32,7 @@ py_library(
"//pw_protobuf_compiler/py:pw_protobuf_compiler",
"//pw_rpc/py:pw_rpc",
"//pw_status/py:pw_status",
+ "@python_packages_pyserial//:pkg",
],
)
@@ -57,3 +58,14 @@ py_test(
"//pw_build/py:pw_build",
],
)
+
+py_test(
+ name = "rpc_test",
+ size = "small",
+ srcs = [
+ "rpc_test.py",
+ ],
+ deps = [
+ ":pw_hdlc",
+ ],
+)