authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-12-21 12:59:59 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-12-21 12:59:59 -08:00
loge84adca8b9512973e4e436dd4ec9db3c65d07823
tree00bc944b0afda1944db228f153e89a2d307ca78e
parent62fa7d7fcbf9db0bb241864d2243e2ad0f15bc00

main: run tests in order


1 files changed, 3 insertions(+), 1 deletions(-)

src/main.zig+3-1
......@@ -6,9 +6,11 @@ pub fn main() !void {
66 std.log.info("All your codebase are belong to us.", .{});
77
88 const data = .{
9 ucd.blocks,
109 ucd.arabic_shaping,
1110 ucd.bidi_brackets,
11 ucd.bidi_mirroring,
12 ucd.blocks,
13 ucd.cjk_radicals,
1214 };
1315
1416 inline for (data) |b| {