freetype: fix tests for stage2 and Face.getGlyphName()
This commit is contained in:
parent
6a5bb2566e
commit
2f1a9f4364
3 changed files with 12 additions and 6 deletions
|
|
@ -9,6 +9,11 @@ pub const c = @import("c");
|
|||
|
||||
const std = @import("std");
|
||||
|
||||
// Remove once the stage2 compiler fixes pkg std not found
|
||||
comptime {
|
||||
_ = @import("utils");
|
||||
}
|
||||
|
||||
test {
|
||||
std.testing.refAllDeclsRecursive(@import("blob.zig"));
|
||||
std.testing.refAllDeclsRecursive(@import("buffer.zig"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue