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
- Branch
- fixfundep
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 10278 Build 18378: Default Diff Build & Tests Build 18377: arc lint + arc unit
Event Timeline
test/CMakeLists.txt | ||
---|---|---|
58 | You can set to bitcoind ${CMAKE_CURRENT_BINARY_DIR}/functional/test_runner.py so all the dependencies are here at the same place. |