openethereum/test.sh

16 lines
260 B
Bash
Raw Normal View History

2016-02-16 11:12:29 +01:00
#!/bin/sh
# Running Parity Full Test Sute
2016-03-07 16:26:35 +01:00
cargo test --features ethcore/json-tests $1 \
-p ethkey \
-p ethstore \
2016-03-07 16:26:35 +01:00
-p ethash \
-p ethcore-util \
-p ethcore \
-p ethsync \
-p ethcore-rpc \
-p ethcore-signer \
-p ethcore-dapps \
2016-03-07 16:26:35 +01:00
-p parity \
-p bigint