diff options
author | benthecarman <benthecarman@live.com> | 2019-01-09 11:10:12 -0600 |
---|---|---|
committer | benthecarman <benthecarman@live.com> | 2019-01-09 11:10:12 -0600 |
commit | ef5ebc6d8f11f86ae53f18ef6a20bddbf73ef4e1 (patch) | |
tree | 7da538b52666f45f4c4bc733a13c813cd83f95ab /test | |
parent | c6806ee8694e9c864a29ef260c87b9fed77de84f (diff) |
docs: Clarifying testing instructions
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 |