Add method to run local drone for tests

This commit is contained in:
Tyera Eulberg
2018-09-14 02:58:59 -06:00
committed by Tyera Eulberg
parent 9ca2f5b3f7
commit d8c9a1aae9
2 changed files with 73 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ pub mod write_stage;
extern crate bincode;
extern crate bs58;
extern crate byteorder;
extern crate bytes;
extern crate chrono;
extern crate clap;
extern crate dirs;
@@ -87,6 +88,8 @@ extern crate serde_json;
extern crate sha2;
extern crate socket2;
extern crate sys_info;
extern crate tokio;
extern crate tokio_codec;
extern crate untrusted;
#[cfg(test)]