aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.zig')
-rw-r--r--src/main.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.zig b/src/main.zig
index d9aee77..5f35d8f 100644
--- a/src/main.zig
+++ b/src/main.zig
@@ -32,4 +32,5 @@ pub fn main() !void {
test {
std.testing.refAllDecls(@This());
+ std.testing.refAllDecls(@import("pex/root.zig"));
}