aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-01-09 17:23:48 -0500
committerMarcoFalke <falke.marco@gmail.com>2019-01-09 17:23:51 -0500
commit5da08e0ac51682376767d823e76d2a92c61a5d97 (patch)
treebff07256987b379b77a1988306dd4221623aadfa
parent1cfbb16b5da85647441bf84b4120d01e04d813ed (diff)
parentef5ebc6d8f11f86ae53f18ef6a20bddbf73ef4e1 (diff)
downloadbitcoin-5da08e0ac51682376767d823e76d2a92c61a5d97.tar.xz
Merge #15127: docs: Clarifying testing instructions
ef5ebc6d8f docs: Clarifying testing instructions (benthecarman) Pull request description: This statement confused me on my first time reading through. Hopefully, this addition will help someone else on their first time. Tree-SHA512: 17f421275adb7586eca954910269d29fcd3bacc42fab4bc2e01110f9e13ca6f8c1ca178246f7192e1131f14ced7f7dc0b57e7aec324898807c1813a2ebc513de
-rw-r--r--test/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md
index 680f9bf9a6..b5cbe1aff3 100644
--- a/test/README.md
+++ b/test/README.md
@@ -18,7 +18,8 @@ request is opened. All sets of tests can also be run locally.
# Running tests locally
-Build for your system first. Be sure to enable wallet, utils and daemon when you configure. Tests will not run otherwise.
+Before tests can be run locally, Bitcoin Core must be built. See the [building instructions](/doc#building) for help.
+
### Functional tests