6 lines
140 B
Zig
Raw Normal View History

2020-05-31 21:28:29 -07:00
test "ecs test suite" {
_ = @import("dispatcher_test.zig");
_ = @import("registry_test.zig");
2020-06-07 22:10:52 -07:00
_ = @import("groups_test.zig");
2020-05-31 21:28:29 -07:00
}