nano-tests (ipc transport) to the CI (#1793)

* fix nano interface

* add nano tests to target
This commit is contained in:
Nikolay Volf 2016-08-01 20:15:05 +03:00 committed by Gav Wood
parent d891e80ad7
commit 27d9964001
2 changed files with 2 additions and 1 deletions

View File

@ -377,7 +377,7 @@ mod service_tests {
}
}
impl IpcInterface<DummyService> for DummyService {
impl IpcInterface for DummyService {
fn dispatch<R>(&self, _r: &mut R) -> Vec<u8> where R: Read {
vec![]
}

View File

@ -13,4 +13,5 @@ export TARGETS="
-p ethsync \
-p ethcore-ipc \
-p ethcore-ipc-tests \
-p ethcore-ipc-nano \
-p parity"