Implement test stubs
This commit is contained in:
parent
a4b009a497
commit
d7dbc3b5d3
4 changed files with 86 additions and 51 deletions
|
@ -4,7 +4,7 @@ pub mod prod;
|
|||
pub use prod::*;
|
||||
|
||||
#[cfg(any(test, feature = "test-support"))]
|
||||
mod test;
|
||||
pub mod test;
|
||||
|
||||
#[cfg(any(test, feature = "test-support"))]
|
||||
pub use test::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue