openethereum/scripts/targets.sh
Nikolay Volf 4e72608441 Fix ipc tests and bring to CI (#1789)
* fixed compilation

* Fix warnings

* fix remaining tests

* add to ci and fix test.sh
2016-08-01 06:32:07 -07:00

17 lines
243 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 parity"