We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbbc8d commit ea46bd2Copy full SHA for ea46bd2
test/standalone/options/build.zig renamed to test/cli/options/build.zig
test/standalone/options/src/main.zig renamed to test/cli/options/src/main.zig
test/tests.zig
@@ -2204,7 +2204,7 @@ pub fn addCliTests(b: *std.Build) *Step {
2204
"-Dstring=hello",
2205
});
2206
run_test.addArg("--build-file");
2207
- run_test.addFileArg(b.path("test/standalone/options/build.zig"));
+ run_test.addFileArg(b.path("test/cli/options/build.zig"));
2208
run_test.addArg("--cache-dir");
2209
run_test.addFileArg(.{ .cwd_relative = b.cache_root.join(b.allocator, &.{}) catch @panic("OOM") });
2210
run_test.setName("test build options");
0 commit comments