mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
test: move glibc_compat from link to standalone tests
This is not really testing the linker.
This commit is contained in:
parent
ab1946de92
commit
a5bb7108a9
6 changed files with 3 additions and 3 deletions
|
|
@ -15,9 +15,6 @@
|
|||
.static_libs_from_object_files = .{
|
||||
.path = "static_libs_from_object_files",
|
||||
},
|
||||
.glibc_compat = .{
|
||||
.path = "glibc_compat",
|
||||
},
|
||||
// WASM Cases
|
||||
.wasm_archive = .{
|
||||
.path = "wasm/archive",
|
||||
|
|
|
|||
|
|
@ -49,6 +49,9 @@
|
|||
.pkg_import = .{
|
||||
.path = "pkg_import",
|
||||
},
|
||||
.glibc_compat = .{
|
||||
.path = "glibc_compat",
|
||||
},
|
||||
.install_raw_hex = .{
|
||||
.path = "install_raw_hex",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue