script for full test suite

This commit is contained in:
Nikolay Volf 2016-02-16 13:12:29 +03:00
parent dc6790915e
commit b7c5b0a3c1

4
test.sh Normal file
View File

@ -0,0 +1,4 @@
#!/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 --no-run || exit $?