0.1.0-0-pre.5
This commit is contained in:
11
crates/engines/engine-v1-sdl/unit_tests/runtime.rs
Normal file
11
crates/engines/engine-v1-sdl/unit_tests/runtime.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
// file: crates/engines/engine-v1-sdl/unit_tests/runtime.rs
|
||||
// version: 1
|
||||
|
||||
//! Unit tests for SDL runtime configuration.
|
||||
|
||||
use engine_v1_sdl::SdlRuntime;
|
||||
|
||||
#[test]
|
||||
fn runtime_configuration_constructs() {
|
||||
let _runtime = SdlRuntime::new("test", 320, 240, 16);
|
||||
}
|
||||
Reference in New Issue
Block a user