core: fix test binary name
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
2094e59627
commit
cf8f94d36c
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ pub fn build(b: *Builder) !void {
|
|||
}
|
||||
|
||||
fn testStep(b: *Builder, mode: std.builtin.Mode, target: CrossTarget) *std.build.RunStep {
|
||||
const main_tests = b.addTestExe("mach-tests", "src/main.zig");
|
||||
const main_tests = b.addTestExe("core-tests", "src/main.zig");
|
||||
main_tests.setBuildMode(mode);
|
||||
main_tests.setTarget(target);
|
||||
for (pkg.dependencies.?) |dependency| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue