mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
feat: zig-sqlite.
This commit is contained in:
@@ -56,6 +56,10 @@ pub const root: Command = .new(.{
|
||||
},
|
||||
});
|
||||
|
||||
test {
|
||||
std.testing.refAllDecls(@import("db.zig"));
|
||||
}
|
||||
|
||||
test "enum type" {
|
||||
const got: root.Type = @enumFromInt(2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user