aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2015-11-18 00:26:07 +0100
committerMarcoFalke <[email protected]>2015-11-18 11:59:12 +0100
commite16ee1cd1e1fd604ab9c2c4a715166d3fb40a53b (patch)
tree07f4fbb374397226d6d4c1469f0aeba6f1edd7a9 /README.md
parent[qa] Split README.md to /qa and /qa/rpc-tests (diff)
downloaddiscoin-e16ee1cd1e1fd604ab9c2c4a715166d3fb40a53b.tar.xz
discoin-e16ee1cd1e1fd604ab9c2c4a715166d3fb40a53b.zip
[qa] Extend README.md
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 c08b2fb0b..b40ad0e39 100644
--- a/README.md
+++ b/README.md
@@ -49,9 +49,10 @@ lots of money.
### Automated Testing
Developers are strongly encouraged to write unit tests 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`
+submit new unit tests for old code. Unit tests can be compiled and run
+(assuming they weren't disabled in configure) with: `make check`
-There are also regression and integration tests of the RPC interface, written
+There are also [regression and integration tests](/qa) of the RPC interface, written
in Python, that are run automatically on the build server.
These tests can be run with: `qa/pull-tester/rpc-tests.py`