aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorEric Lombrozo <elombrozo@gmail.com>2015-10-10 06:46:35 -0400
committerEric Lombrozo <elombrozo@gmail.com>2015-10-10 06:46:35 -0400
commit700f52e0f6bc4eb5d065dc8f1e44ffcbd5dab0e0 (patch)
tree5df2461ca6deed97ed10574440fa642a024bc532 /src/test
parentb94ae81576c199c9a44453b8c9b17e8303f67b72 (diff)
downloadbitcoin-700f52e0f6bc4eb5d065dc8f1e44ffcbd5dab0e0.tar.xz
Clarification of unit test build instructions.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/README.md b/src/test/README.md
index e36112bd4f..b2d6be14f1 100644
--- a/src/test/README.md
+++ b/src/test/README.md
@@ -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/).