//! Integration tests for the render module - split into modules
#[path = "render_module/backend.rs"]
mod backend;
#[path = "render_module/batch.rs"]
mod batch;
#[path = "render_module/buffer.rs"]
mod buffer;
#[path = "render_module/cell.rs"]
mod cell;
#[path = "render_module/diff.rs"]
mod diff;
#[path = "render_module/image_protocol.rs"]
mod image_protocol;