Meg's Code Collection
lib/zig/zorm
about
branches
tags
log
tree
search
Search
lib/zig/zorm
test.zig
pretty
plain
permalink
blame
history
•
7 lines
•
166 B
1
const std = @import("std");
2
const zorm = @import("zorm");
3
4
// TODO: add more behavior tests that create+update+delete dbs
5
test {
6
std.testing.refAllDecls(zorm);
7
}