Commit 87d358024f

Jakub Konka <kubkon@jakubkonka.com>
2023-02-20 10:37:22
re-enable x86_64-linux self-hosted behaviour test suite
1 parent a7de8dc
Changed files (1)
test/tests.zig
@@ -58,14 +58,14 @@ const test_targets = blk: {
             .link_libc = true,
             .backend = .stage2_c,
         },
-        //.{
-        //    .target = .{
-        //        .cpu_arch = .x86_64,
-        //        .os_tag = .linux,
-        //        .abi = .none,
-        //    },
-        //    .backend = .stage2_x86_64,
-        //},
+        .{
+            .target = .{
+                .cpu_arch = .x86_64,
+                .os_tag = .linux,
+                .abi = .none,
+            },
+            .backend = .stage2_x86_64,
+        },
         .{
             .target = .{
                 .cpu_arch = .aarch64,