Author: John Smith 2011-07-31 11:21:34
Published on: 2011-07-31T11:21:34+00:00
On July 30, 2011, Matt Corallo discussed the boost testing framework implementation and suggested adding more tests. Rick Wesson suggested putting a bounty on the test framework to add more value to it. He also recommended using googletest as his choice of the C++ frameworks and provided a Wikipedia link that lists various unit testing frameworks. In the same thread, JS pointed out an issue with the unit test framework, which did not build by default. Two ways to fix the issue were suggested: adding #define BOOST_TEST_DYN_LINK to the top of test_bitcoin.cpp or linking boost_unit_test_framework statically.
Updated on: 2023-05-26T19:53:22.784766+00:00