Skip to content

Commit fcd8289

Browse files
committed
test(integration): Add mod.rs and consistency.rs for test case organization
1 parent 67ca76f commit fcd8289

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

tests/cases/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pub mod bonded;
2+
pub mod nonbonded;

tests/consistency.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mod cases;
2+
mod common;

0 commit comments

Comments
 (0)