aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/test_runner_path
AgeCommit message (Expand)Author
2025-01-20std.Build: extend `test_runner` option to specify whether runner uses `std.zi...mlugg
2025-01-15tests: remove dead codeAndrew Kelley
2024-12-18test-standalone: migrate from deprecated std.Build APIsmlugg
2024-04-11remove deprecated LazyPath.path union tagAndrew Kelley
2024-04-10introduce std.Build.path; deprecate LazyPath.relativeAndrew Kelley
2023-04-10std.Build.CompileStep: remove run() and install()Andrew Kelley
2023-03-15make the build runner and test runner talk to each otherAndrew Kelley
2023-03-15re-enable standalone tests based on build.zigAndrew Kelley
2023-01-31combine std.build and std.build.Builder into std.BuildAndrew Kelley
2023-01-31update build.zig API usageAndrew Kelley
2022-11-02test: add test_runner_path testdweiller