Due to out of order landing of D5494, some reference were not updated.
Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING561eefdbe8d2: Fix remaining test_bitcoin.cpp references (should be setup_common.cpp)
rABC561eefdbe8d2: Fix remaining test_bitcoin.cpp references (should be setup_common.cpp)
export CC=clang CXX=clang++
../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 \ --with-miniupnpc=no \ --disable-zmq make
cmake -GNinja .. -DENABLE_SANITIZERS="address;fuzzer" \ -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ ninja bitcoin-fuzzers
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/Makefile.test.include | ||
---|---|---|
62 ↗ | (On Diff #17051) | I should point out that I did bring this up here: https://reviews.bitcoinabc.org/D5494#inline-34018 |