Skip to content

Commit cbc4d22

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
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
}

0 commit comments

Comments
 (0)