diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-11-20 23:30:51 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2023-11-20 23:30:51 -0700 |
| commit | 9f363cd679a60be6d9a4378f9a50c050fde9708d (patch) | |
| tree | 25ac02b1b31c6a8e05f354911a6110c5c4805e24 /test/tests.zig | |
| parent | f645022d16361865e24582d28f1e62312fbc73bb (diff) | |
| download | zig-9f363cd679a60be6d9a4378f9a50c050fde9708d.tar.gz zig-9f363cd679a60be6d9a4378f9a50c050fde9708d.zip | |
zig init: also create a build.zig.zon
Diffstat (limited to 'test/tests.zig')
| -rw-r--r-- | test/tests.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tests.zig b/test/tests.zig index c19e8647de..0bdc15765a 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -783,6 +783,7 @@ pub fn addCliTests(b: *std.Build) *Step { init_exe.setName("zig init"); init_exe.expectStdOutEqual(""); init_exe.expectStdErrEqual("info: created build.zig\n" ++ + "info: created build.zig.zon\n" ++ "info: created src" ++ s ++ "main.zig\n" ++ "info: created src" ++ s ++ "root.zig\n" ++ "info: see `zig build --help` for a menu of options\n"); |
