master
  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_794 = .{
 40            .path = "issue_794",
 41        },
 42        .issue_5825 = .{
 43            .path = "issue_5825",
 44        },
 45        .pkg_import = .{
 46            .path = "pkg_import",
 47        },
 48        .glibc_compat = .{
 49            .path = "glibc_compat",
 50        },
 51        .install_raw_hex = .{
 52            .path = "install_raw_hex",
 53        },
 54        .emit_asm_and_bin = .{
 55            .path = "emit_asm_and_bin",
 56        },
 57        .emit_llvm_no_bin = .{
 58            .path = "emit_llvm_no_bin",
 59        },
 60        .emit_asm_no_bin = .{
 61            .path = "emit_asm_no_bin",
 62        },
 63        .child_process = .{
 64            .path = "child_process",
 65        },
 66        .embed_generated_file = .{
 67            .path = "embed_generated_file",
 68        },
 69        .@"extern" = .{
 70            .path = "extern",
 71        },
 72        .dep_diamond = .{
 73            .path = "dep_diamond",
 74        },
 75        .dep_triangle = .{
 76            .path = "dep_triangle",
 77        },
 78        .dep_recursive = .{
 79            .path = "dep_recursive",
 80        },
 81        .dep_mutually_recursive = .{
 82            .path = "dep_mutually_recursive",
 83        },
 84        .dep_shared_builtin = .{
 85            .path = "dep_shared_builtin",
 86        },
 87        .dep_lazypath = .{
 88            .path = "dep_lazypath",
 89        },
 90        .dirname = .{
 91            .path = "dirname",
 92        },
 93        .dep_duplicate_module = .{
 94            .path = "dep_duplicate_module",
 95        },
 96        .empty_env = .{
 97            .path = "empty_env",
 98        },
 99        .env_vars = .{
100            .path = "env_vars",
101        },
102        .issue_11595 = .{
103            .path = "issue_11595",
104        },
105        .libcxx = .{
106            .path = "libcxx",
107        },
108        .libfuzzer = .{
109            .path = "libfuzzer",
110        },
111        .load_dynamic_library = .{
112            .path = "load_dynamic_library",
113        },
114        .windows_resources = .{
115            .path = "windows_resources",
116        },
117        .windows_entry_points = .{
118            .path = "windows_entry_points",
119        },
120        .windows_spawn = .{
121            .path = "windows_spawn",
122        },
123        .windows_argv = .{
124            .path = "windows_argv",
125        },
126        .windows_bat_args = .{
127            .path = "windows_bat_args",
128        },
129        .windows_paths = .{
130            .path = "windows_paths",
131        },
132        .self_exe_symlink = .{
133            .path = "self_exe_symlink",
134        },
135        .c_compiler = .{
136            .path = "c_compiler",
137        },
138        .c_embed_path = .{
139            .path = "c_embed_path",
140        },
141        .issue_12706 = .{
142            .path = "issue_12706",
143        },
144        .strip_empty_loop = .{
145            .path = "strip_empty_loop",
146        },
147        .strip_struct_init = .{
148            .path = "strip_struct_init",
149        },
150        .cmakedefine = .{
151            .path = "cmakedefine",
152        },
153        .zerolength_check = .{
154            .path = "zerolength_check",
155        },
156        .coff_dwarf = .{
157            .path = "coff_dwarf",
158        },
159        .compiler_rt_panic = .{
160            .path = "compiler_rt_panic",
161        },
162        .ios = .{
163            .path = "ios",
164        },
165        .depend_on_main_mod = .{
166            .path = "depend_on_main_mod",
167        },
168        .install_headers = .{
169            .path = "install_headers",
170        },
171        .dependency_options = .{
172            .path = "dependency_options",
173        },
174        .dependencyFromBuildZig = .{
175            .path = "dependencyFromBuildZig",
176        },
177        .run_output_paths = .{
178            .path = "run_output_paths",
179        },
180        .run_output_caching = .{
181            .path = "run_output_caching",
182        },
183        .empty_global_error_set = .{
184            .path = "empty_global_error_set",
185        },
186        .config_header = .{
187            .path = "config_header",
188        },
189        .entry_point = .{
190            .path = "entry_point",
191        },
192        .run_cwd = .{
193            .path = "run_cwd",
194        },
195        // https://github.com/ziglang/zig/issues/25471
196        // .tsan = .{
197        //     .path = "tsan",
198        // },
199        .posix = .{
200            .path = "posix",
201        },
202    },
203    .paths = .{
204        "build.zig",
205        "build.zig.zon",
206    },
207}