test script

This commit is contained in:
debris 2016-09-19 16:40:35 +02:00
parent cc7f60253c
commit 62c082b855
1 changed files with 11 additions and 0 deletions

11
tools/test.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
cargo test\
-p chain\
-p bitcrypto\
-p keys\
-p net\
-p primitives\
-p script\
-p serialization\
-p pbtc