Add empty test to main
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
584f892e4d
commit
be94963cb7
|
@ -14,6 +14,10 @@ pub fn main() anyerror!void {
|
||||||
return sys.runGraphics(anyerror, run);
|
return sys.runGraphics(anyerror, run);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
test {
|
||||||
|
// Empty test is here to run all others (for now).
|
||||||
|
}
|
||||||
|
|
||||||
fn run(event_loop: *sys.EventLoop, graphics: *sys.GraphicsContext) anyerror!void {
|
fn run(event_loop: *sys.EventLoop, graphics: *sys.GraphicsContext) anyerror!void {
|
||||||
var gpa = std.heap.GeneralPurposeAllocator(.{}){};
|
var gpa = std.heap.GeneralPurposeAllocator(.{}){};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue