mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Clarification of unit test build instructions.
This commit is contained in:
parent
54f9dee50c
commit
e42bf16ae0
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ their tests in a test suite called "<source_filename>_tests". For an
|
|||
examples of this pattern, examine uint160_tests.cpp and
|
||||
uint256_tests.cpp.
|
||||
|
||||
Add the source files to /src/Makefile.test.include to add them to the build.
|
||||
|
||||
For further reading, I found the following website to be helpful in
|
||||
explaining how the boost unit test framework works:
|
||||
[http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/](http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/).
|
||||
Loading…
Add table
Add a link
Reference in a new issue