Skip to content

Commit

Permalink
pw_rpc: Enable echo_service_test in Bazel
Browse files Browse the repository at this point in the history
Enable //pw_rpc/nanopb:echo_service_test in Bazel, since Nanopb options
files are supported.

Change-Id: Iae860e34a06e4301684be8a79d2243962bfc4105
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/247193
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Reviewed-by: Alexei Frolov <frolv@google.com>
Docs-Not-Needed: Wyatt Hepler <hepler@google.com>
Commit-Queue: Wyatt Hepler <hepler@google.com>
Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com>
  • Loading branch information
255 authored and CQ Bot Account committed Nov 9, 2024
1 parent efc9bf6 commit 43f914d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pw_rpc/nanopb/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -277,14 +277,13 @@ pw_cc_test(
],
)

# TODO: b/234874064 - Requires nanopb options file support to compile.
filegroup(
pw_cc_test(
name = "echo_service_test",
srcs = ["echo_service_test.cc"],
# deps = [
# ":echo_service",
# ":test_method_context",
# ],
deps = [
":echo_service",
":test_method_context",
],
)

pw_cc_test(
Expand Down

0 comments on commit 43f914d

Please sign in to comment.