HomePhabricator

Fix remaining test_bitcoin.cpp references (should be setup_common.cpp)

Description

Fix remaining test_bitcoin.cpp references (should be setup_common.cpp)

Summary: Due to out of order landing of D5494, some reference were not updated.

Test Plan:
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
make
cmake -GNinja .. -DENABLE_SANITIZERS="address;fuzzer" \
  -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
ninja bitcoin-fuzzers

Reviewers: #bitcoin_abc, jasonbcox

Reviewed By: #bitcoin_abc, jasonbcox

Subscribers: jasonbcox

Differential Revision: https://reviews.bitcoinabc.org/D5516

Details

Provenance
FabienAuthored on Mar 19 2020, 17:58
FabienPushed on Mar 19 2020, 18:16
Reviewer
Restricted Project
Differential Revision
D5516: Fix remaining test_bitcoin.cpp references (should be setup_common.cpp)
Parents
rABC101549ed6c60: Make the fuzzer test runner compatible with cmake
Branches
Unknown
Tags
Unknown