aboutsummaryrefslogtreecommitdiff
path: root/test/link/link.zig
AgeCommit message (Expand)Author
2025-07-26Migrate from deprecated `Step.Compile` APIsCarl Ã…stholm
2025-06-19Build: change how the target is printed in step namesJacob Young
2025-01-22std.Build: add `addLibrary` function (#22554)BratishkaErik
2024-12-18test-link: migrate from deprecated std.Build APIsmlugg
2024-12-18std.Build.Step.Compile.Options: change `root_module` field type to `*Module`mlugg
2024-10-10linker tests: avoid trivially unnecessary allocationAndrew Kelley
2024-07-18macho: ensure we always name decls like LLVM to avoid confusionJakub Konka
2024-05-22test/link: actually run tests requiring symlinks on non-WinJakub Konka
2024-04-20link/elf: remove link.link.build as unused; add some merge strings testsJakub Konka
2024-02-03test/link/macho: add some smoke tests for self-hosted MachOJakub Konka
2024-01-24test/link/macho: migrate all tests to the new test matrixJakub Konka
2024-01-24test/link/macho: test force-loading objects containing ObjC from archivesJakub Konka
2024-01-24test/link/link: pass build options to elf and macho testsJakub Konka
2024-01-01std.Build.ResolvedTarget: rename target field to resultAndrew Kelley
2024-01-01rename std.zig.CrossTarget to std.Target.QueryAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-11-10test/link: spawn ELF and MachO tests from the same root test/link/link.zigJakub Konka