d5ec1775ef
Conflicts: test.sh util/bigint/src/uint.rs
13 lines
206 B
Bash
Executable File
13 lines
206 B
Bash
Executable File
#!/bin/sh
|
|
# Running Parity Full Test Sute
|
|
|
|
cargo test --features ethcore/json-tests $1 \
|
|
-p ethash \
|
|
-p ethcore-util \
|
|
-p ethcore \
|
|
-p ethsync \
|
|
-p ethcore-rpc \
|
|
-p parity \
|
|
-p ethminer \
|
|
-p bigint
|