They are wrong :)
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rSTAGING5713adbef822: [cmake] Fix dependencies for functional test targets
rABC5713adbef822: [cmake] Fix dependencies for functional test targets
On master:
ninja clean ninja check-functional
Fails because bitcoin-wallet is not built.
With this patch:
ninja check-functional
Works.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
test/CMakeLists.txt | ||
---|---|---|
58 ↗ | (On Diff #18915) | You can set to bitcoind ${CMAKE_CURRENT_BINARY_DIR}/functional/test_runner.py so all the dependencies are here at the same place. |