freetype:build: don't run tests with zig build
This commit is contained in:
parent
ec0be9294d
commit
af8310f2df
1 changed files with 3 additions and 2 deletions
|
|
@ -102,8 +102,9 @@ pub fn testStep(b: *Builder, mode: std.builtin.Mode, target: std.zig.CrossTarget
|
||||||
harfbuzz_tests.main_pkg_path = (comptime thisDir());
|
harfbuzz_tests.main_pkg_path = (comptime thisDir());
|
||||||
harfbuzz_tests.install();
|
harfbuzz_tests.install();
|
||||||
|
|
||||||
main_tests.step.dependOn(&harfbuzz_tests.run().step);
|
const main_tests_run = main_tests.run();
|
||||||
return main_tests.run();
|
main_tests_run.step.dependOn(&harfbuzz_tests.run().step);
|
||||||
|
return main_tests_run;
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn link(b: *Builder, step: *std.build.LibExeObjStep, options: Options) void {
|
pub fn link(b: *Builder, step: *std.build.LibExeObjStep, options: Options) void {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue