Use coordinator for tests.

This commit is contained in:
Sean Bowe 2016-09-24 00:17:30 -06:00
parent f956b2c3e6
commit bf3fe44364
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ readme = "README.md"
[[bin]]
name = "coordinator"
path = "src/coordinator.rs"
test = false
test = true
[[bin]]
name = "verifier"
@ -37,6 +37,7 @@ test = false
[[bin]]
name = "player"
path = "src/player.rs"
test = false
[features]
default = ["snark"]