Promote linker test cases to packages

This commit is contained in:
Carl Åstholm
2024-02-17 17:47:13 +01:00
committed by Andrew Kelley
parent 33b8fdb6bc
commit 5d5e89aa8d
6 changed files with 144 additions and 142 deletions

View File

@@ -7,6 +7,9 @@
.standalone_test_cases = .{
.path = "test/standalone",
},
.link_test_cases = .{
.path = "test/link",
},
},
.paths = .{""},
}