0.1.0-0-pre.5-fix.1
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
// file: crates/engines/engine-v1-sdl/unit_tests/runtime.rs
|
||||
// version: 1
|
||||
|
||||
//! Unit tests for SDL runtime configuration.
|
||||
|
||||
use engine_v1_sdl::SdlRuntime;
|
||||
// version: 2
|
||||
|
||||
#[test]
|
||||
fn runtime_configuration_constructs() {
|
||||
let _runtime = SdlRuntime::new("test", 320, 240, 16);
|
||||
game_logging_lib::with_test_tracing("runtime_configuration_constructs", || {
|
||||
let _runtime = crate::SdlRuntime::new("test", 320, 240, std::time::Duration::from_millis(16));
|
||||
tracing::info!("SDL3 runtime configuration constructed");
|
||||
return;
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user