aboutsummaryrefslogtreecommitdiff
path: root/test/c_import/c_char_signedness.zig
AgeCommit message (Collapse)Author
2025-09-24delete `@cImport` testsAndrew Kelley
These are now maintained in a separate repository: ziglang/translate-c
2025-06-16rename spirv backend nameAli Cheraghi
`stage2_spirv64` -> `stage2_spirv`
2024-02-20c_import: extract behavior tests that use `@cImport`Jacob Young
This introduces the new test step `test-c-import`, and removes the ability of the behavior tests to `@cImport` paths relative to `test`. This allows the behavior tests to be run without translate c.