openethereum/test.sh

13 lines
206 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 ethash \
-p ethcore-util \
-p ethcore \
-p ethsync \
-p ethcore-rpc \
-p parity \
-p ethminer \
2016-03-07 16:26:35 +01:00
-p bigint