From b7c5b0a3c13a621168588406f497c8621aec16b6 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Tue, 16 Feb 2016 13:12:29 +0300 Subject: [PATCH] script for full test suite --- test.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test.sh diff --git a/test.sh b/test.sh new file mode 100644 index 000000000..60ebf1d3a --- /dev/null +++ b/test.sh @@ -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 $?