Skip to content
test.sh 227 B
Newer Older
Nikolay Volf's avatar
Nikolay Volf committed
#!/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 \
Tomasz Drwięga's avatar
Tomasz Drwięga committed
	-p ethcore-webapp \
	-p parity \
	-p ethminer \
	-p bigint