diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-11-05 15:55:49 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-11-06 11:56:53 -0500 |
commit | fa4c6fa9b1139791f45f1495d662c1c7cd2f7ed6 (patch) | |
tree | 5e3268d8a7072c8c033231c2bb7a782abe2c68c6 /src/test/README.md | |
parent | faec28252cf4f8e754c689a7a44fd421f631db50 (diff) |
doc: Add documentation for new test/lib
Diffstat (limited to 'src/test/README.md')
-rw-r--r-- | src/test/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/README.md b/src/test/README.md index 96dcb072bc..731720f654 100644 --- a/src/test/README.md +++ b/src/test/README.md @@ -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 |