Skip to content

Commit

Permalink
Clarification of unit test build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeShark committed Oct 10, 2015
1 parent b94ae81 commit 700f52e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down

0 comments on commit 700f52e

Please sign in to comment.