1 2 3 4 5
//! Integration test target for martensite. #![forbid(unsafe_code)] #[path = "common/stress_integration_tests.rs"] mod stress_integration_tests;