Page MenuHomePhabricator

[cmake] Fix dependencies for functional test targets
ClosedPublic

Authored by deadalnix on Apr 17 2020, 16:16.

Details

Summary

They are wrong :)

Test Plan

On master:

ninja clean
ninja check-functional

Fails because bitcoin-wallet is not built.

With this patch:

ninja check-functional

Works.

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

Fabien added a subscriber: Fabien.
Fabien added inline comments.
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.

This revision is now accepted and ready to land.Apr 17 2020, 16:49