Skip to content

Commit

Permalink
iox-#5 Build testing module only for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Jun 21, 2022
1 parent 361e480 commit 38802ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ extern crate cpp;

mod error;
mod runtime;
mod testing;

pub mod introspection;
pub mod pb;
Expand All @@ -19,5 +18,7 @@ pub mod sb;
pub use error::IceOryxError;
pub use runtime::Runtime;

#[cfg(test)]
mod testing;
#[cfg(test)]
mod tests;

0 comments on commit 38802ca

Please sign in to comment.