Skip to content

Commit

Permalink
Test ALU opcodes using only the external interface (#754)
Browse files Browse the repository at this point in the history
* Refactor and improve ALU tests

* Remove now-obsolete unit tests

* Fix no_std imports

---------

Co-authored-by: Mitchell Turner <[email protected]>
  • Loading branch information
Dentosal and MitchTurner authored Jun 20, 2024
1 parent 0e46d32 commit 3166901
Show file tree
Hide file tree
Showing 3 changed files with 366 additions and 907 deletions.
3 changes: 0 additions & 3 deletions fuel-vm/src/interpreter/alu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ use fuel_types::{
mod muldiv;
mod wideint;

#[cfg(test)]
mod tests;

impl<M, S, Tx, Ecal> Interpreter<M, S, Tx, Ecal>
where
Tx: ExecutableTransaction,
Expand Down
217 changes: 0 additions & 217 deletions fuel-vm/src/interpreter/alu/tests.rs

This file was deleted.

Loading

0 comments on commit 3166901

Please sign in to comment.