Skip to content

Commit 01f7499

Browse files
committed
Merge pull request #6798
700f52e Clarification of unit test build instructions. (Eric Lombrozo)
2 parents feea305 + 700f52e commit 01f7499

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ their tests in a test suite called "<source_filename>_tests". For an
1616
examples of this pattern, examine uint160_tests.cpp and
1717
uint256_tests.cpp.
1818

19+
Add the source files to /src/Makefile.test.include to add them to the build.
20+
1921
For further reading, I found the following website to be helpful in
2022
explaining 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/).

0 commit comments

Comments
 (0)