openethereum/scripts/targets.sh
Nikolay Volf 27d9964001 nano-tests (ipc transport) to the CI (#1793)
* fix nano interface

* add nano tests to target
2016-08-01 10:15:05 -07:00

18 lines
266 B
Bash

#!/bin/bash
export TARGETS="
-p bigint\
-p ethash \
-p ethcore \
-p ethcore-dapps \
-p ethcore-rpc \
-p ethcore-signer \
-p ethcore-util \
-p ethkey \
-p ethstore \
-p ethsync \
-p ethcore-ipc \
-p ethcore-ipc-tests \
-p ethcore-ipc-nano \
-p parity"