Skip to content

Commit

Permalink
reenable tests and rename standalone/issue_12588
Browse files Browse the repository at this point in the history
  • Loading branch information
Parzival-3141 committed Feb 17, 2024
1 parent 2176a73 commit e18b878
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
18 changes: 8 additions & 10 deletions test/standalone.zig
Original file line number Diff line number Diff line change
Expand Up @@ -136,16 +136,14 @@ pub const build_cases = [_]BuildCase{
.build_root = "test/standalone/install_raw_hex",
.import = @import("standalone/install_raw_hex/build.zig"),
},
// https://github.com/ziglang/zig/issues/17484
//.{
// .build_root = "test/standalone/emit_asm_and_bin",
// .import = @import("standalone/emit_asm_and_bin/build.zig"),
//},
// https://github.com/ziglang/zig/issues/17484
//.{
// .build_root = "test/standalone/issue_12588",
// .import = @import("standalone/issue_12588/build.zig"),
//},
.{
.build_root = "test/standalone/emit_asm_and_bin",
.import = @import("standalone/emit_asm_and_bin/build.zig"),
},
.{
.build_root = "test/standalone/emit_llvm_ir_and_bc",
.import = @import("standalone/emit_llvm_ir_and_bc/build.zig"),
},
.{
.build_root = "test/standalone/child_process",
.import = @import("standalone/child_process/build.zig"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pub fn build(b: *std.Build) void {
});
_ = obj.getEmittedLlvmIr();
_ = obj.getEmittedLlvmBc();
b.default_step.dependOn(&obj.step);

test_step.dependOn(&obj.step);
}
File renamed without changes.

0 comments on commit e18b878

Please sign in to comment.