Page MenuHomePhabricator

[autotools] Fixed fuzzer build
ClosedPublic

Authored by majcosta on Aug 6 2020, 18:40.

Details

Reviewers
jasonbcox
Group Reviewers
Restricted Project
Commits
rABCb0200bfc356d: [autotools] Fixed fuzzer build
Summary

autotools fuzzer build was broken, this fixes it

Test Plan
./configure --enable-fuzz --with-sanitizers=fuzzer,address --disable-wallet --disable-bench --with-utils=no --with-daemon=no --with-libs=no --with-gui=no --with-seeder=no --enable-deprecated-build-system --without-miniupnpc --disable-zmq
make
./test/fuzz/test_runner.py -l DEBUG ~/dev/qa-assets/fuzz_seed_corpus

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

majcosta requested review of this revision.Aug 6 2020, 18:40
This revision is now accepted and ready to land.Aug 6 2020, 18:41
This revision was landed with ongoing or failed builds.Aug 6 2020, 18:42
This revision was automatically updated to reflect the committed changes.