authorgravatar for carl@astholm.seCarl Åstholm <carl@astholm.se> 2025-03-23 18:48:05+01:00
committergravatar for carl@astholm.seCarl Åstholm <carl@astholm.se> 2025-07-20 18:28:36+02:00
logb92b55ab8e11614a587929bc66c023b9fe7cf7f3
tree3983587e0f0ccb9959feea81336f39cbebbdff7d
parent14bb533203b87d7ef8c7d9434f8efba469ed1b0f

Update test build.zig.zon files to conform to the new manifest rules


4 files changed, 7 insertions(+), 4 deletions(-)

test/link/build.zig.zon+2-1
......@@ -1,5 +1,6 @@
11.{
2 .name = "link_test_cases",
2 .name = .link_test_cases,
3 .fingerprint = 0x404f657576fec9f2,
34 .version = "0.0.0",
45 .dependencies = .{
56 .bss = .{
test/standalone/build.zig.zon+1-1
......@@ -1,6 +1,6 @@
11.{
22 .name = .standalone_test_cases,
3 .fingerprint = 0xc0dbdf9c818957be,
3 .fingerprint = 0xc0dbdf9c3b92810b,
44 .version = "0.0.0",
55 .dependencies = .{
66 .simple = .{
test/standalone/dependencyFromBuildZig/build.zig.zon+2-1
......@@ -1,5 +1,6 @@
11.{
2 .name = "dependencyFromBuildZig",
2 .name = .dependencyFromBuildZig,
3 .fingerprint = 0xfd939a1eb8169080,
34 .version = "0.0.0",
45 .dependencies = .{
56 .other = .{
test/standalone/dependencyFromBuildZig/other/build.zig.zon+2-1
......@@ -1,5 +1,6 @@
11.{
2 .name = "other",
2 .name = .other,
3 .fingerprint = 0xd9583520a2405f6c,
34 .version = "0.0.0",
45 .dependencies = .{},
56 .paths = .{""},