Skip to content

Commit

Permalink
version bump, test script for full suite
Browse files Browse the repository at this point in the history
  • Loading branch information
NikVolf committed Feb 16, 2016
1 parent b7c5b0a commit feb9b96
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 25 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Ethcore client."
name = "parity"
version = "0.9.0"
version = "0.9.99"
license = "GPL-3.0"
authors = ["Ethcore <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion ethash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethash"
version = "0.1.0"
version = "0.9.99"
authors = ["arkpar <[email protected]"]

[lib]
Expand Down
2 changes: 1 addition & 1 deletion ethcore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Ethcore library"
homepage = "http://ethcore.io"
license = "GPL-3.0"
name = "ethcore"
version = "0.9.0"
version = "0.9.99"
authors = ["Ethcore <[email protected]>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion evmjit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "evmjit"
version = "0.9.0"
version = "0.9.99"
authors = ["debris <[email protected]>"]

[lib]
Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Ethcore jsonrpc"
name = "ethcore-rpc"
version = "0.9.0"
version = "0.9.99"
license = "GPL-3.0"
authors = ["Ethcore <[email protected]"]

Expand Down
2 changes: 1 addition & 1 deletion sync/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Ethcore blockchain sync"
name = "ethsync"
version = "0.1.0"
version = "0.9.99"
license = "GPL-3.0"
authors = ["Ethcore <[email protected]"]

Expand Down
2 changes: 1 addition & 1 deletion test.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +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 $?
cargo test --features ethcore/json-tests $1 -p ethash -p ethcore-util -p ethcore -p ethsync -p ethcore-rpc -p parity
2 changes: 1 addition & 1 deletion util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Ethcore utility library"
homepage = "http://ethcore.io"
license = "GPL-3.0"
name = "ethcore-util"
version = "0.9.0"
version = "0.9.99"
authors = ["Ethcore <[email protected]>"]

[dependencies]
Expand Down

0 comments on commit feb9b96

Please sign in to comment.