[tests] Add a proc macro to generate tests for OnlineBlockchain types
This commit is contained in:
10
src/lib.rs
10
src/lib.rs
@@ -31,6 +31,16 @@ pub extern crate sled;
|
||||
#[cfg(feature = "cli-utils")]
|
||||
pub mod cli;
|
||||
|
||||
#[cfg(test)]
|
||||
#[macro_use]
|
||||
extern crate testutils;
|
||||
#[cfg(test)]
|
||||
#[macro_use]
|
||||
extern crate testutils_macros;
|
||||
#[cfg(test)]
|
||||
#[macro_use]
|
||||
extern crate serial_test;
|
||||
|
||||
#[macro_use]
|
||||
pub mod error;
|
||||
pub mod blockchain;
|
||||
|
||||
Reference in New Issue
Block a user