diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-01-09 17:23:48 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-01-09 17:23:51 -0500 |
commit | 5da08e0ac51682376767d823e76d2a92c61a5d97 (patch) | |
tree | bff07256987b379b77a1988306dd4221623aadfa /test | |
parent | 1cfbb16b5da85647441bf84b4120d01e04d813ed (diff) | |
parent | ef5ebc6d8f11f86ae53f18ef6a20bddbf73ef4e1 (diff) |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/README.md | 3 |
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 |