doc: Add documentation for new test/lib

This commit is contained in:
MarcoFalke
2019-11-05 15:55:49 -05:00
parent faec28252c
commit fa4c6fa9b1
2 changed files with 13 additions and 2 deletions

View File

@@ -7,8 +7,8 @@ configure some other framework (we want as few impediments to creating
unit tests as possible).
The build system is set up to compile an executable called `test_bitcoin`
that runs all of the unit tests. The main source file is called
`setup_common.cpp`.
that runs all of the unit tests. The main source file for the test library is found in
`util/setup_common.cpp`.
### Compiling/running unit tests