openethereum/test.sh

14 lines
227 B
Bash
Raw Permalink 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 \
2016-04-07 10:49:00 +02:00
-p ethcore-webapp \
2016-03-07 16:26:35 +01:00
-p parity \
-p ethminer \
2016-03-07 16:26:35 +01:00
-p bigint