test: move glibc_compat from link to standalone tests

This is not really testing the linker.
This commit is contained in:
Alex Rønne Petersen 2025-09-16 16:41:17 +02:00
parent ab1946de92
commit a5bb7108a9
No known key found for this signature in database
6 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -49,6 +49,9 @@
.pkg_import = .{
.path = "pkg_import",
},
.glibc_compat = .{
.path = "glibc_compat",
},
.install_raw_hex = .{
.path = "install_raw_hex",
},