2df4532d50
* Dapps server as a middleware. * Dapps RPC - Work in Progress * Merging Dapps and RPC server. * Fast HTTP server configuration. * Bump jsonrpc * Fixing test target * Re-implementing commented-out tests.
22 lines
341 B
Bash
22 lines
341 B
Bash
#!/bin/bash
|
|
|
|
export TARGETS="
|
|
-p rlp\
|
|
-p ethash \
|
|
-p ethcore \
|
|
-p ethcore-bigint\
|
|
-p parity-dapps \
|
|
-p ethcore-rpc \
|
|
-p ethcore-signer \
|
|
-p ethcore-util \
|
|
-p ethcore-network \
|
|
-p ethcore-io \
|
|
-p ethkey \
|
|
-p ethstore \
|
|
-p ethsync \
|
|
-p ethcore-ipc \
|
|
-p ethcore-ipc-tests \
|
|
-p ethcore-ipc-nano \
|
|
-p ethcore-light \
|
|
-p parity"
|