freetype: fix tests for stage2 and Face.getGlyphName()

This commit is contained in:
PiergiorgioZagaria 2022-07-18 10:15:48 +02:00 committed by Stephen Gutekanst
parent 6a5bb2566e
commit 2f1a9f4364
3 changed files with 12 additions and 6 deletions

View file

@ -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"));