Build the fuzzer glue executable.
Excluded from default build, as it makes no sense to build it without
instrumentation.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGINGbdfa82d939e6: [CMAKE] Build test_bitcoin_fuzzy
rABCbdfa82d939e6: [CMAKE] Build test_bitcoin_fuzzy
WARNING: the test plan will require you to clear your ccache once done.
Needs D4578 to pass:
cmake -GNinja .. -DCMAKE_C_COMPILER=afl-clang-fast \ -DCMAKE_CXX_COMPILER=afl-clang-fast++ ninja test_bitcoin_fuzzy
Follow the instructions from fuzzing.md starting at section `Preparing
fuzzing` and check it runs as expected.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- cmake_test_bitcoin_fuzzy
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 8331 Build 14681: Default Diff Build & Tests Build 14680: arc lint + arc unit