1 2 3 4 5 6 7 8 9 10 11
// unit tests for hephasm assembler mod unit { pub mod instruction_tests; pub mod addressing_tests; pub mod label_tests; pub mod directive_tests; pub mod macro_tests; pub mod error_tests; pub mod number_format_tests; }