summaryrefslogtreecommitdiff
path: root/fuzz/build.mk
diff options
context:
space:
mode:
authorAllen Webb <allenwebb@google.com>2018-12-04 09:46:35 -0800
committerchrome-bot <chrome-bot@chromium.org>2018-12-04 17:40:11 -0800
commit1caaa593b1abee713a6d5b30ac3c20a6713ddf76 (patch)
treec94fbac918e9afe8c00dabaacc79be0914fb1132 /fuzz/build.mk
parentcc31a630160817c5ab332e35b0d10a0b8cd772a8 (diff)
downloadchrome-ec-1caaa593b1abee713a6d5b30ac3c20a6713ddf76.tar.gz
cr50_fuzz: Re-enable this fuzz target now that chromeos-ec is fixed.
'mem_hash_tree.h' was missing '#define HIDE_EC_STDLIB' before 'dcrypto.h'. This problem was only apparent when -O2 is set. CQ-DEPEND=CL:1358746 BRANCH=None BUG=chromium:911310 TEST=USE="ubsan asan fuzzer" ./build_packages \ --board=amd64-generic --skip_chroot_upgrade chromeos-ec Change-Id: I19d00c165764f80cfa385fb3bed64efc67bfc3f9 Signed-off-by: Allen Webb <allenwebb@google.com> Reviewed-on: https://chromium-review.googlesource.com/1361680 Reviewed-by: Manoj Gupta <manojgupta@chromium.org>
Diffstat (limited to 'fuzz/build.mk')
-rw-r--r--fuzz/build.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/fuzz/build.mk b/fuzz/build.mk
index b03043d6cc..cf2ca5412e 100644
--- a/fuzz/build.mk
+++ b/fuzz/build.mk
@@ -6,8 +6,7 @@
# fuzzer binaries
#
-# TODO(crbug.com/911310) Fix the chromeos-ec build before adding cr50_fuzz back.
-fuzz-test-list-host = host_command_fuzz
+fuzz-test-list-host = cr50_fuzz host_command_fuzz
# For fuzzing targets libec.a is built from the ro objects and hides functions
# that collide with stdlib. The rw only objects are then linked against libec.a