aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/install_raw_hex/build.zig
AgeCommit message (Expand)Author
2024-12-18test-standalone: migrate from deprecated std.Build APIsmlugg
2024-04-11remove deprecated LazyPath.path union tagAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-05-03std.Build: use Step.* instead of *StepVeikka Tuominen
2023-03-15re-enable standalone tests based on build.zigAndrew Kelley
2023-02-24rename std.Build.InstallRawStep to ObjCopyStepAndrew Kelley
2023-01-31combine std.build and std.build.Builder into std.BuildAndrew Kelley
2023-01-31update build.zig API usageAndrew Kelley
2022-07-24CI stage3 test coverage for test-standaloneAndrew Kelley
2022-07-21update standalone test cases for stage2Andrew Kelley
2022-07-06update install_raw_hex test caseAndrew Kelley
2022-01-07lint: duplicate import (#10519)Meghan
2021-12-03std.build.InstallRawStep: allow custom dest_dirJonathan Marler
2021-11-24stage2: support LLD -O flags on ELFAndrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-15update install_raw_hex standalone test for llvm13Andrew Kelley
2021-09-01stdlib: Add test for generating HEX files.Evan Haas