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 \
|
2016-03-14 23:44:32 +01:00
|
|
|
-p ethminer \
|
2016-03-07 16:26:35 +01:00
|
|
|
-p bigint
|