1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

Improved doc

This commit is contained in:
JacobEberhardt 2019-07-05 19:31:01 +02:00
parent 83e8df7987
commit c8d5d6183c

View file

@ -10,14 +10,17 @@ cargo test --release
## Integration tests
Integration tests are excluded from `cargo test` by default.
Before running integration tests
1. Make sure your `$ZOKRATES_HOME` is set correctly
2. You have [solcjs](https://github.com/ethereum/solc-js) installed and in your `$PATH`.
This can conventiely done through `npm` by running
Before running integration tests:
1. Make sure your `$ZOKRATES_HOME` is set correctly
2. You have [solc](https://github.com/ethereum/solc-js) installed and in your `$PATH`.
Solc can conveniently be installed through `npm` by running
```
npm install -g solc
```
Integration tests can then be included in a test run with the following command:
Integration tests can then be run with the following command:
```
cargo test --release -- --ignored