test_runner.py does not need bitcoin-test-util.py to run, but requires bitcoin-cli for some tests.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING1f651f46bcb8: [CMAKE] Fix cmake check-functional dependencies
rABC1f651f46bcb8: [CMAKE] Fix cmake check-functional dependencies
Run:
cmake -DBUILD_BITCOIN_CLI=OFF -GNinja .. && ninja check-functional
It should return:
ninja: error: '../src/bitcoin-cli', needed by 'test/CMakeFiles/check-functional', missing and no known rule to make it
Should return no error (clear the cache first):
cmake -GNinja .. && ninja check-functional
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- cmake_remove_useless_dep
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 4867 Build 7797: Bitcoin ABC Buildbot (legacy) Build 7796: arc lint + arc unit