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