Improved doc
This commit is contained in:
parent
83e8df7987
commit
c8d5d6183c
1 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue