Skip to content
test.sh 232 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 \
	-p ethcore-dapps \
	-p parity \
	-p bigint