Add some regression tests in libp2p-core (#237)

This commit is contained in:
Pierre Krieger
2018-06-05 19:01:18 +02:00
committed by GitHub
parent dbbee5756e
commit 28fdf23d67
3 changed files with 44 additions and 0 deletions

View File

@ -218,6 +218,9 @@ extern crate quick_error;
extern crate smallvec;
extern crate tokio_io;
#[cfg(test)]
extern crate rand;
/// Multi-address re-export.
pub extern crate multiaddr;