parity-zcash/tools/test.sh

21 lines
235 B
Bash
Raw Normal View History

2016-09-19 07:40:35 -07:00
#!/bin/bash
cargo test\
2016-11-08 07:37:06 -08:00
-p bitcrypto\
-p chain\
-p db\
2016-11-08 07:37:06 -08:00
-p import\
2016-09-19 07:40:35 -07:00
-p keys\
2016-10-03 07:29:07 -07:00
-p message\
2016-10-14 14:37:32 -07:00
-p miner\
-p network\
2016-11-08 07:37:06 -08:00
-p pbtc\
2016-09-28 15:10:22 -07:00
-p p2p\
2016-09-19 07:40:35 -07:00
-p primitives\
2016-12-07 02:30:31 -08:00
-p rpc\
2016-09-19 07:40:35 -07:00
-p script\
-p serialization\
-p sync\
-p test-data\
2016-10-19 06:00:55 -07:00
-p verification