MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / rom_image_assembles

Function rom_image_assembles

tests/integration/platform_stdlib.rs:143–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141
142#[test]
143fn rom_image_assembles() {
144 let rom = generate_rom_image();
145 assert!(!rom.is_empty(), "ROM image must be non-empty");
146 assert_eq!(rom.len() % 4, 0, "ROM size must be word-aligned");
147}
148
149// Catches a broken catalog program at test time rather than when the user picks
150// it in the GUI.

Callers

nothing calls this directly

Calls 1

generate_rom_imageFunction · 0.85

Tested by

no test coverage detected