oxwm

https://git.tonybtw.com/oxwm.git git://git.tonybtw.com/oxwm.git
150 bytes raw
1
const std = @import("std");
2
3
test {
4
    _ = @import("config_tests.zig");
5
    _ = @import("layout_tests.zig");
6
    _ = @import("keybind_tests.zig");
7
}