| 1 | .{ |
| 2 | .name = .standalone_test_cases, |
| 3 | .fingerprint = 0xc0dbdf9c3b92810b, |
| 4 | .version = "0.0.0", |
| 5 | .dependencies = .{ |
| 6 | .simple = .{ |
| 7 | .path = "simple", |
| 8 | }, |
| 9 | .test_obj_link_run = .{ |
| 10 | .path = "test_obj_link_run", |
| 11 | }, |
| 12 | .test_runner_path = .{ |
| 13 | .path = "test_runner_path", |
| 14 | }, |
| 15 | .test_runner_module_imports = .{ |
| 16 | .path = "test_runner_module_imports", |
| 17 | }, |
| 18 | .shared_library = .{ |
| 19 | .path = "shared_library", |
| 20 | }, |
| 21 | .mix_o_files = .{ |
| 22 | .path = "mix_o_files", |
| 23 | }, |
| 24 | .mix_c_files = .{ |
| 25 | .path = "mix_c_files", |
| 26 | }, |
| 27 | .global_linkage = .{ |
| 28 | .path = "global_linkage", |
| 29 | }, |
| 30 | .static_c_lib = .{ |
| 31 | .path = "static_c_lib", |
| 32 | }, |
| 33 | .issue_339 = .{ |
| 34 | .path = "issue_339", |
| 35 | }, |
| 36 | .compile_asm = .{ |
| 37 | .path = "compile_asm", |
| 38 | }, |
| 39 | .issue_5825 = .{ |
| 40 | .path = "issue_5825", |
| 41 | }, |
| 42 | .pkg_import = .{ |
| 43 | .path = "pkg_import", |
| 44 | }, |
| 45 | .glibc_compat = .{ |
| 46 | .path = "glibc_compat", |
| 47 | }, |
| 48 | .install_raw_hex = .{ |
| 49 | .path = "install_raw_hex", |
| 50 | }, |
| 51 | .emit_asm_and_bin = .{ |
| 52 | .path = "emit_asm_and_bin", |
| 53 | }, |
| 54 | .emit_llvm_no_bin = .{ |
| 55 | .path = "emit_llvm_no_bin", |
| 56 | }, |
| 57 | .emit_asm_no_bin = .{ |
| 58 | .path = "emit_asm_no_bin", |
| 59 | }, |
| 60 | .child_process = .{ |
| 61 | .path = "child_process", |
| 62 | }, |
| 63 | .embed_generated_file = .{ |
| 64 | .path = "embed_generated_file", |
| 65 | }, |
| 66 | .@"extern" = .{ |
| 67 | .path = "extern", |
| 68 | }, |
| 69 | .dep_diamond = .{ |
| 70 | .path = "dep_diamond", |
| 71 | }, |
| 72 | .dep_triangle = .{ |
| 73 | .path = "dep_triangle", |
| 74 | }, |
| 75 | .dep_recursive = .{ |
| 76 | .path = "dep_recursive", |
| 77 | }, |
| 78 | .dep_mutually_recursive = .{ |
| 79 | .path = "dep_mutually_recursive", |
| 80 | }, |
| 81 | .dep_shared_builtin = .{ |
| 82 | .path = "dep_shared_builtin", |
| 83 | }, |
| 84 | .dirname = .{ |
| 85 | .path = "dirname", |
| 86 | }, |
| 87 | .dep_duplicate_module = .{ |
| 88 | .path = "dep_duplicate_module", |
| 89 | }, |
| 90 | .empty_env = .{ |
| 91 | .path = "empty_env", |
| 92 | }, |
| 93 | .env_vars = .{ |
| 94 | .path = "env_vars", |
| 95 | }, |
| 96 | .issue_11595 = .{ |
| 97 | .path = "issue_11595", |
| 98 | }, |
| 99 | .libcxx = .{ |
| 100 | .path = "libcxx", |
| 101 | }, |
| 102 | .libfuzzer = .{ |
| 103 | .path = "libfuzzer", |
| 104 | }, |
| 105 | .load_dynamic_library = .{ |
| 106 | .path = "load_dynamic_library", |
| 107 | }, |
| 108 | .windows_resources = .{ |
| 109 | .path = "windows_resources", |
| 110 | }, |
| 111 | .windows_entry_points = .{ |
| 112 | .path = "windows_entry_points", |
| 113 | }, |
| 114 | .windows_spawn = .{ |
| 115 | .path = "windows_spawn", |
| 116 | }, |
| 117 | .windows_argv = .{ |
| 118 | .path = "windows_argv", |
| 119 | }, |
| 120 | .windows_bat_args = .{ |
| 121 | .path = "windows_bat_args", |
| 122 | }, |
| 123 | .windows_paths = .{ |
| 124 | .path = "windows_paths", |
| 125 | }, |
| 126 | .self_exe_symlink = .{ |
| 127 | .path = "self_exe_symlink", |
| 128 | }, |
| 129 | .c_compiler = .{ |
| 130 | .path = "c_compiler", |
| 131 | }, |
| 132 | .c_embed_path = .{ |
| 133 | .path = "c_embed_path", |
| 134 | }, |
| 135 | .issue_12706 = .{ |
| 136 | .path = "issue_12706", |
| 137 | }, |
| 138 | .strip_empty_loop = .{ |
| 139 | .path = "strip_empty_loop", |
| 140 | }, |
| 141 | .strip_struct_init = .{ |
| 142 | .path = "strip_struct_init", |
| 143 | }, |
| 144 | .zerolength_check = .{ |
| 145 | .path = "zerolength_check", |
| 146 | }, |
| 147 | .coff_dwarf = .{ |
| 148 | .path = "coff_dwarf", |
| 149 | }, |
| 150 | .compiler_rt_panic = .{ |
| 151 | .path = "compiler_rt_panic", |
| 152 | }, |
| 153 | .ios = .{ |
| 154 | .path = "ios", |
| 155 | }, |
| 156 | .depend_on_main_mod = .{ |
| 157 | .path = "depend_on_main_mod", |
| 158 | }, |
| 159 | .install_headers = .{ |
| 160 | .path = "install_headers", |
| 161 | }, |
| 162 | .dependency_options = .{ |
| 163 | .path = "dependency_options", |
| 164 | }, |
| 165 | .dependencyFromBuildZig = .{ |
| 166 | .path = "dependencyFromBuildZig", |
| 167 | }, |
| 168 | .run_output_paths = .{ |
| 169 | .path = "run_output_paths", |
| 170 | }, |
| 171 | .empty_global_error_set = .{ |
| 172 | .path = "empty_global_error_set", |
| 173 | }, |
| 174 | .config_header = .{ |
| 175 | .path = "config_header", |
| 176 | }, |
| 177 | .entry_point = .{ |
| 178 | .path = "entry_point", |
| 179 | }, |
| 180 | .run_cwd = .{ |
| 181 | .path = "run_cwd", |
| 182 | }, |
| 183 | // https://github.com/ziglang/zig/issues/25471 |
| 184 | // .tsan = .{ |
| 185 | // .path = "tsan", |
| 186 | // }, |
| 187 | .posix = .{ |
| 188 | .path = "posix", |
| 189 | }, |
| 190 | .elf2 = .{ |
| 191 | .path = "elf2", |
| 192 | }, |
| 193 | .run_args = .{ |
| 194 | .path = "run_args", |
| 195 | }, |
| 196 | }, |
| 197 | .paths = .{ |
| 198 | "build.zig", |
| 199 | "build.zig.zon", |
| 200 | }, |
| 201 | } |