mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +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
@ -2204,7 +2204,7 @@ pub fn addCliTests(b: *std.Build) *Step {
|
||||
"-Dstring=hello",
|
||||
});
|
||||
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.addFileArg(.{ .cwd_relative = b.cache_root.join(b.allocator, &.{}) catch @panic("OOM") });
|
||||
run_test.setName("test build options");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user