summaryrefslogtreecommitdiff
path: root/backend/src/tests.zig
diff options
context:
space:
mode:
Diffstat (limited to 'backend/src/tests.zig')
-rw-r--r--backend/src/tests.zig7
1 files changed, 7 insertions, 0 deletions
diff --git a/backend/src/tests.zig b/backend/src/tests.zig
new file mode 100644
index 0000000..3c09b99
--- /dev/null
+++ b/backend/src/tests.zig
@@ -0,0 +1,7 @@
+const std = @import("std");
+const ranged = @import("Models/RangedWeapon.zig");
+
+
+test "Runner" {
+ std.testing.refAllDecls(@This());
+}