Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 487 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 487 Bytes

Miden test utils

This crate contains utilities for testing program execution on Miden VM. This includes:

  • A Test struct which encapsulates information needed for testing of Miden VM programs and provides various convenience methods for testing program execution.
  • A set of macros to simplify instantiation of the Test struct.
  • Re-exports of various VM modules and 3-rd party crates which may be useful for writing tests.

License

This project is MIT licensed.