File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ their tests in a test suite called "<source_filename>_tests". For an
1616examples of this pattern, examine uint160_tests.cpp and
1717uint256_tests.cpp.
1818
19+ Add the source files to /src/Makefile.test.include to add them to the build.
20+
1921For further reading, I found the following website to be helpful in
2022explaining how the boost unit test framework works:
2123[ http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/ ] ( http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/ ) .
You can’t perform that action at this time.
0 commit comments