testing: use std.Build.TranslateC instead of @cImport

This commit is contained in:
Jeffrey C. Ollie
2026-02-27 10:13:03 -06:00
parent ea5b07d20f
commit cdf0dd15e9
8 changed files with 35 additions and 57 deletions

View File

@@ -1,5 +0,0 @@
test "ghostty_h" {
_ = @cImport({
@cInclude("ghostty.h");
});
}