combine test files

This commit is contained in:
jonesmarvin8 2026-03-17 15:51:25 -04:00
parent 620dd3ad10
commit b544b919a6
23 changed files with 1699 additions and 316 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -11,5 +11,4 @@ token_core.workspace = true
amm_core.workspace = true
[features]
with-nssa = ["nssa"]
test-utils = []
with-nssa = ["nssa"]

View File

@ -7,7 +7,5 @@ pub mod new_definition;
pub mod remove;
pub mod swap;
#[cfg(all(test, feature = "with-nssa"))]
mod full_tests;
#[cfg(test)]
mod tests;

File diff suppressed because it is too large Load Diff