aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/c_char_signedness.zig
AgeCommit message (Collapse)Author
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.
2023-07-01spirv: disable new behavior tests that do not passRobin Voetter
Some new behavior tests have recently been added, and not all of these pass with the SPIR-V backend.
2023-06-20codegen: Set c_char signedness based on the targetEvan Haas