Skip to content

Commit

Permalink
Merge branch 'document-further-dependencies' into 'master'
Browse files Browse the repository at this point in the history
[doc] Call out additional dependencies that contributors likely need

See merge request bitcoin-cash-node/bitcoin-cash-node!1242
  • Loading branch information
cculianu committed Aug 12, 2021
2 parents 93c7a63 + 4499999 commit b0295b0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,21 @@ as a Merge Request.
sudo apt-get install python-autopep8 flake8 php-codesniffer shellcheck
```

10. Further task-specific dependencies

In order to run the automated tests, you'll need the tools listed in the "dependencies" sections of these two documents:

- [Linting](doc/linting.md)
- [Functional Tests](doc/functional-tests.md)

To produce coverage reports, you'll need the dependencies listed in:

- [Coverage](doc/coverage.md)

To run benchmarks, see the "LFS dependency" section in:

- [Benchmarking](doc/benchmarking.md)


Working with The Bitcoin Cash Node Repository
---------------------------------------------
Expand Down

0 comments on commit b0295b0

Please sign in to comment.