Skip to content

Commit

Permalink
[doc] Call out additional dependencies that contributers likely need
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-128 committed Aug 11, 2021
1 parent 42aca99 commit 4499999
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
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 4499999

Please sign in to comment.