aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/install_headers/check_exists.zig
AgeCommit message (Collapse)Author
6 daystest-standalone: fix most compilation errorsAndrew Kelley
6 daysstd: consolidate all instances of std.Io.Threaded into a singletonAndrew Kelley
It's better to avoid references to this global variable, but, in the cases where it's needed, such as in std.debug.print and collecting stack traces, better to share the same instance.
6 daystests: close() -> close(io)Andrew Kelley
2024-04-07Fix install_headers test on macOS (and possibly Linux)Carl Åstholm
2024-04-07Add standalone tests for `Compile.installHeaders`Carl Åstholm
Co-authored-by: Abhinav Gupta <mail@abhinavg.net>