parity-zcash/tools/test.sh

13 lines
135 B
Bash
Raw Normal View History

2016-09-19 07:40:35 -07:00
#!/bin/bash
cargo test\
-p chain\
-p bitcrypto\
-p keys\
-p net\
2016-09-28 15:10:22 -07:00
-p p2p\
2016-09-19 07:40:35 -07:00
-p primitives\
-p script\
-p serialization\
-p pbtc