Skip to content

Commit 4efeeaa

Browse files
committed
delete link test "static_lib_as_system_lib"
I disagree with this behavior and will be reverting the changes corresponding to this test case. Also this test case unnecessarily uses a .c file when a .zig file would be preferred, and has a problematic dependency on the install step, preventing this test case from playing nicely with the cache.
1 parent e122cd6 commit 4efeeaa

File tree

5 files changed

+0
-52
lines changed

5 files changed

+0
-52
lines changed

test/link.zig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ pub const cases = [_]Case{
2020
.build_root = "test/link/interdependent_static_c_libs",
2121
.import = @import("link/interdependent_static_c_libs/build.zig"),
2222
},
23-
//.{
24-
// .build_root = "test/link/static_lib_as_system_lib",
25-
// .import = @import("link/static_lib_as_system_lib/build.zig"),
26-
//},
2723
};
2824

2925
//pub fn addCases(cases: *Standalone) void {

test/link/static_lib_as_system_lib/a.c

Lines changed: 0 additions & 4 deletions
This file was deleted.

test/link/static_lib_as_system_lib/a.h

Lines changed: 0 additions & 2 deletions
This file was deleted.

test/link/static_lib_as_system_lib/build.zig

Lines changed: 0 additions & 34 deletions
This file was deleted.

test/link/static_lib_as_system_lib/main.zig

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)