mirror of
https://github.com/ziglang/zig.git
synced 2024-11-30 17:12:31 +00:00
6 lines
123 B
Zig
6 lines
123 B
Zig
const test_runner = @import("test_runner.zig");
|
|
|
|
pub fn main(args: [][]u8) -> %void {
|
|
return test_runner.runTests();
|
|
}
|