convert programs into tests

This commit is contained in:
2026-06-12 22:24:35 -04:00
parent 715a50b1fa
commit 571ff70fa1
13 changed files with 129 additions and 225 deletions
+1 -6
View File
@@ -1,7 +1,2 @@
pub mod bin;
#[cfg(test)]
mod full;
mod nasm;
#[cfg(test)]
mod reg;
#[cfg(test)]
use super::*;