misc: Code housekeeping, file restructuring.

This commit is contained in:
Milan Špinka
2025-01-30 00:07:32 +01:00
parent 2852ce4685
commit 4b96179ac9
12 changed files with 147 additions and 111 deletions

View File

@ -67,7 +67,7 @@ pub fn build(b: *std.Build) void {
// Creates a step for unit testing. This only builds the test executable
// but does not run it.
const lib_unit_tests = b.addTest(.{
.root_source_file = b.path("src/root.zig"),
.root_source_file = b.path("src/test.zig"),
.target = target,
.optimize = optimize,
});