aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-11-02 18:16:32 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-11-02 18:19:43 +0100
commiteedc4618820ea4acc5a34a7761a3511ede95dc9e (patch)
treec495cc72e85986ce769d13e6e4da139172a12f29 /README.md
parenta4fd8dff68369de497354574624b740f42175b1b (diff)
downloadbitcoin-eedc4618820ea4acc5a34a7761a3511ede95dc9e.tar.xz
Merge `doc/unit-tests.md` into `src/test/README.md`
Refer to the right file in the top-level README.md. Having only one file with test documentation saves some confusion about where things are documented.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3c41649c1b..38a90dde49 100644
--- a/README.md
+++ b/README.md
@@ -49,9 +49,10 @@ lots of money.
### Automated Testing
-Developers are strongly encouraged to write [unit tests](/doc/unit-tests.md) for new code, and to
+Developers are strongly encouraged to write [unit tests](src/test/README.md) for new code, and to
submit new unit tests for old code. Unit tests can be compiled and run
-(assuming they weren't disabled in configure) with: `make check`
+(assuming they weren't disabled in configure) with: `make check`. Further details on running
+and extending unit tests can be found in [/src/test/README.md](/src/test/README.md).
There are also [regression and integration tests](/qa) of the RPC interface, written
in Python, that are run automatically on the build server.