added testing module
This commit is contained in:
parent
4721366ec8
commit
a3e56cf954
1 changed files with 3 additions and 1 deletions
|
@ -4,3 +4,5 @@ pub mod tests;
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
pub mod stream_states_tests;
|
pub mod stream_states_tests;
|
||||||
|
#[cfg(test)]
|
||||||
|
pub mod message_handler_tests;
|
Loading…
Reference in a new issue