mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
test: move standalone/options/ to cli/options/
It's now used only by test-cli, so make that clear.
This commit is contained in:
parent
5bbbc8d299
commit
ea46bd2772
3 changed files with 1 additions and 1 deletions
|
|
@ -2204,7 +2204,7 @@ pub fn addCliTests(b: *std.Build) *Step {
|
||||||
"-Dstring=hello",
|
"-Dstring=hello",
|
||||||
});
|
});
|
||||||
run_test.addArg("--build-file");
|
run_test.addArg("--build-file");
|
||||||
run_test.addFileArg(b.path("test/standalone/options/build.zig"));
|
run_test.addFileArg(b.path("test/cli/options/build.zig"));
|
||||||
run_test.addArg("--cache-dir");
|
run_test.addArg("--cache-dir");
|
||||||
run_test.addFileArg(.{ .cwd_relative = b.cache_root.join(b.allocator, &.{}) catch @panic("OOM") });
|
run_test.addFileArg(.{ .cwd_relative = b.cache_root.join(b.allocator, &.{}) catch @panic("OOM") });
|
||||||
run_test.setName("test build options");
|
run_test.setName("test build options");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue