//! Runtime tests for the VM, grouped by the behavior under test.
//!
//! `harness` owns the program runners; every other module is tests only.
//! The four runners re-exported below are also used by the sibling
//! `vm::tests_*` files, so they keep their original `vm`-wide visibility.
pub use ;