pmacs/tests/gpu_initial_target_acceptan...

10 lines
312 B
Rust

//! Named gate for the approved GPU initial-target framing.
//!
//! The target cases share the existing managed-lifecycle fixtures so every run
//! also proves the #141 reuse, spawn, isolation, and child-reaping invariants.
#![cfg(unix)]
#[path = "gpu_invocation_acceptance.rs"]
mod gpu_invocation_acceptance;