moved test files

This commit is contained in:
2026-01-27 15:09:08 +05:30
parent aaf6a1af2d
commit aca930af41
4 changed files with 15 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ pub fn main() !void {
// Test: Simple include from test_views
var engine = pugz.ViewEngine.init(allocator, .{
.views_dir = "test_views",
.views_dir = "tests/sample/01",
}) catch |err| {
std.debug.print("Init Error: {}\n", .{err});
return err;