fanquake / core-review

Scripts, tools & info for doing Bitcoin Core development and code review
https://github.com/bitcoin/bitcoin
109 stars 33 forks source link

how to run bitcoin unittests + functional tests with sanitizers #8

Closed elichai closed 4 years ago

elichai commented 4 years ago

Hi, a small guide from ground up on how to run sanitizers(asan/ubsan/msan) on core would be awesome :) @practicalswift ;)

maflcko commented 4 years ago

This should be in the main repo

elichai commented 4 years ago

This should be in the main repo

good idea.

fanquake commented 4 years ago

Going to close this. I've added some docs in /fuzzing/ and there is more information being added to the main repo now.