mirror of
https://github.com/ziglang/zig.git
synced 2024-11-13 23:52:57 +00:00
2291560424
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.
5 lines
100 B
Zig
5 lines
100 B
Zig
test {
|
|
_ = @import("c_import/c_char_signedness.zig");
|
|
_ = @import("c_import/macros.zig");
|
|
}
|