Skip to content

Commit

Permalink
move tests to root src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
imrn99 committed Oct 12, 2024
1 parent f2e218d commit 192b264
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions integraal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,8 @@ mod traits;
pub use parameters::{ComputeMethod, DomainDescriptor, FunctionDescriptor};
pub use structure::{Integraal, IntegraalError};
pub use traits::Scalar;

// ------ TESTS

#[cfg(test)]
mod tests;
5 changes: 0 additions & 5 deletions integraal/src/structure/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,3 @@ mod implementations;
// ------ RE-EXPORTS

pub use definitions::{Integraal, IntegraalError};

// ------ TESTS

#[cfg(test)]
mod tests;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 192b264

Please sign in to comment.