aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Lombrozo <elombrozo@gmail.com>2015-10-10 06:46:35 -0400
committerLuke Dashjr <luke-jr+git@utopios.org>2015-11-06 19:58:26 +0000
commiteae0350b9c30f475bc73eceb8b1939a54469a1f5 (patch)
tree571ca02cc4b19f4df81f27e6c77553925663d9e5
parent90897ab34326b2b600b683f598bca702d5beb8d3 (diff)
downloadbitcoin-eae0350b9c30f475bc73eceb8b1939a54469a1f5.tar.xz
Clarification of unit test build instructions.
-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 7efce6f052..eeaceb60c6 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/). \ No newline at end of file