Skip to content

Commit ea46bd2

Browse files
committed
test: move standalone/options/ to cli/options/
It's now used only by test-cli, so make that clear.
1 parent 5bbbc8d commit ea46bd2

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

test/tests.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2204,7 +2204,7 @@ pub fn addCliTests(b: *std.Build) *Step {
22042204
"-Dstring=hello",
22052205
});
22062206
run_test.addArg("--build-file");
2207-
run_test.addFileArg(b.path("test/standalone/options/build.zig"));
2207+
run_test.addFileArg(b.path("test/cli/options/build.zig"));
22082208
run_test.addArg("--cache-dir");
22092209
run_test.addFileArg(.{ .cwd_relative = b.cache_root.join(b.allocator, &.{}) catch @panic("OOM") });
22102210
run_test.setName("test build options");

0 commit comments

Comments
 (0)