need to address testing
This commit is contained in:
parent
1950cdaba0
commit
f95de3457c
|
@ -1,7 +1,6 @@
|
||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
const builtin = @import("builtin");
|
const builtin = @import("builtin");
|
||||||
const Builder = @import("std").build.Builder;
|
const Builder = @import("std").build.Builder;
|
||||||
const tst = @import("build_test.zig");
|
|
||||||
|
|
||||||
pub fn build(b: *Builder) !void {
|
pub fn build(b: *Builder) !void {
|
||||||
// Standard target options allows the person running `zig build` to choose
|
// Standard target options allows the person running `zig build` to choose
|
||||||
|
@ -44,8 +43,7 @@ pub fn build(b: *Builder) !void {
|
||||||
const run_step = b.step("run", "Run the app");
|
const run_step = b.step("run", "Run the app");
|
||||||
run_step.dependOn(&run_cmd.step);
|
run_step.dependOn(&run_cmd.step);
|
||||||
|
|
||||||
// TODO: Demo for testing is kind of terrible. Proper testing
|
// TODO: Proper testing
|
||||||
// var test_step = try tst.addTestStep(b, optimize, exe.packages.items);
|
|
||||||
|
|
||||||
var codegen: ?*std.build.Step = null;
|
var codegen: ?*std.build.Step = null;
|
||||||
if (target.getOs().tag == .linux and false) {
|
if (target.getOs().tag == .linux and false) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user