Skip to content

Commit eefee38

Browse files
committed
adding pw_fuzz_tests to default target
1 parent 19aefd5 commit eefee38

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

BUILD.gn

+4
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ if (current_toolchain != "${dir_pw_toolchain}/default:default") {
152152
deps += [ "//:fuzz_tests" ]
153153
}
154154

155+
if (pw_enable_fuzz_test_targets) {
156+
deps += [ "//:pw_fuzz_tests" ]
157+
}
158+
155159
if (chip_device_platform != "none") {
156160
deps += [ "${chip_root}/src/app/server" ]
157161
}

build/config/BUILDCONFIG.gn

-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ if (_chip_defaults.custom_toolchain != "") {
7070
} else {
7171
_default_toolchain = _chip_defaults.custom_toolchain
7272
}
73-
# } else if (is_pw_fuzz == true) {
74-
# _default_toolchain =
75-
# "${_build_overrides.build_root}/toolchain/pw_fuzzer:clang_pw_fuzz"
7673
} else if (target_os == "all") {
7774
_default_toolchain = "${_pigweed_overrides.dir_pw_toolchain}/default"
7875
} else if (target_os == "linux") {

0 commit comments

Comments
 (0)