aboutsummaryrefslogtreecommitdiff
path: root/pw_rpc/fuzz/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'pw_rpc/fuzz/BUILD.gn')
-rw-r--r--pw_rpc/fuzz/BUILD.gn12
1 files changed, 9 insertions, 3 deletions
diff --git a/pw_rpc/fuzz/BUILD.gn b/pw_rpc/fuzz/BUILD.gn
index bec42fe44..b2fd728b7 100644
--- a/pw_rpc/fuzz/BUILD.gn
+++ b/pw_rpc/fuzz/BUILD.gn
@@ -65,7 +65,10 @@ pw_source_set("argparse") {
pw_test("argparse_test") {
sources = [ "argparse_test.cc" ]
- deps = [ ":argparse" ]
+ deps = [
+ ":argparse",
+ "$dir_pw_string:builder",
+ ]
}
pw_source_set("engine") {
@@ -95,15 +98,17 @@ pw_test("engine_test") {
sources = [ "engine_test.cc" ]
deps = [
":engine",
+ "$dir_pw_rpc:client_server_testing",
"$dir_pw_rpc:client_server_testing_threaded",
- "$dir_pw_thread:test_threads",
- "$dir_pw_thread_stl:test_threads",
+ "$dir_pw_thread:non_portable_test_thread_options",
+ "$dir_pw_thread_stl:non_portable_test_thread_options",
dir_pw_log,
pw_chrono_SYSTEM_TIMER_BACKEND,
]
}
pw_executable("client_fuzzer") {
+ testonly = pw_unit_test_TESTONLY
sources = [ "client_fuzzer.cc" ]
deps = [
":argparse",
@@ -114,6 +119,7 @@ pw_executable("client_fuzzer") {
}
pw_python_action("cpp_client_server_fuzz_test") {
+ testonly = pw_unit_test_TESTONLY
script = "../py/pw_rpc/testing.py"
args = [
"--server",