all: build: install tests exe
This commit is contained in:
parent
a6a678b912
commit
b500b04c41
8 changed files with 70 additions and 60 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue