Add new dependencies to CONTRIBUTING.md

This commit is contained in:
a-kenji 2021-06-29 23:19:23 +02:00
parent 3313634fe9
commit da415657df

View File

@ -44,6 +44,8 @@ cargo make manpage
To run `install` or `publish`, you'll need the package `binaryen` in the To run `install` or `publish`, you'll need the package `binaryen` in the
version `wasm-opt --version` > 97, for it's command `wasm-opt`. version `wasm-opt --version` > 97, for it's command `wasm-opt`.
To run `test`, you will need the package `pkg-config` and a version of `openssl`.
## Running the end-to-end tests ## Running the end-to-end tests
Zellij includes some end to end tests which test the whole application as a black-box from the outside. Zellij includes some end to end tests which test the whole application as a black-box from the outside.
These tests work by running a docker container which contains the Zellij binary, connecting to it via ssh, sending some commands and comparing the output received against predefined snapshots. These tests work by running a docker container which contains the Zellij binary, connecting to it via ssh, sending some commands and comparing the output received against predefined snapshots.