Переход к RenderEngine
This commit is contained in:
6
src/tests.zig
Normal file
6
src/tests.zig
Normal file
@@ -0,0 +1,6 @@
|
||||
// Test root for `zig build test`.
|
||||
// Import modules here to ensure their `test` blocks are discovered.
|
||||
|
||||
test "module test discovery" {
|
||||
_ = @import("render/CpuRenderEngine.zig");
|
||||
}
|
||||
Reference in New Issue
Block a user