Page MenuHomePhabricator

[CMAKE] Separate the target for running the unit tests with upgrade
ClosedPublic

Authored by Fabien on Dec 23 2019, 20:17.

Details

Summary

Add a new check-bitcoin-upgrade-activated target to run the unit tests
with the phonon activation time in the past (there is also a similar new
target for every boost unit tests suite).
This avoids having to reconfigure the build to run the tests.
Note that check-all runs this target as well for now.

Test Plan
ninja check-bitcoin # No upgrade
ninja check-bitcoin-upgrade-activated # With phonon activation
ninja check-all # Run both

Diff Detail

Repository
rABC Bitcoin ABC
Branch
cmake_remove_activated_tests_configuration
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 8684
Build 15354: Default Diff Build & Tests
Build 15353: arc lint + arc unit