Page MenuHomePhabricator

[CMAKE] Run wallet tests as part of the check-bitcoin target
ClosedPublic

Authored by Fabien on Jan 17 2020, 22:29.

Details

Summary

The wallet tests were build with the test_bitcoin executable but have
been forgotten as part of the check-bitcoin target.

Test Plan
ninja check-bitcoin

Ensure the wallet tests are run.

cmake -GNinja .. -DBUILD_BITCOIN_WALLET=OFF
ninja check-bitcoin

Ensure the tests are run, but no wallet test.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
cmake_wallet_tests
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 9036
Build 16034: Default Diff Build & Tests
Build 16033: arc lint + arc unit

Event Timeline

jasonbcox added a subscriber: jasonbcox.

Beat me to it. For posterity, this was missed in D4698

This revision is now accepted and ready to land.Jan 17 2020, 22:32