all: build: install tests exe

This commit is contained in:
Ali Chraghi 2022-07-24 23:38:19 +04:30 committed by Stephen Gutekanst
parent a6a678b912
commit b500b04c41
8 changed files with 70 additions and 60 deletions

View file

@ -9,3 +9,7 @@ pub const ecs = @import("ecs");
// Engine exports
pub const App = @import("engine.zig").App;
pub const module = @import("engine.zig").module;
test {
_ = void;
}