Page MenuHomePhabricator

Refactor wallet tests as built by cmake
ClosedPublic

Authored by deadalnix on Apr 5 2018, 14:01.

Details

Summary

The previous build would add them as a library, but this actually do not work as the test get pruned by the linker before boost has the opportunity to do anything with them. Now the test are directly built in the test_bitcoin executable.

Test Plan
ninja
./src/test/test_bitcoin

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jasonbcox added a subscriber: jasonbcox.

Please change bosst -> boost in the diff summary.

This revision is now accepted and ready to land.Apr 5 2018, 19:08
This revision was automatically updated to reflect the committed changes.