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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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

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