diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-10-07 15:03:49 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-10-29 18:59:30 +0200 |
| commit | 1f0644f9c60eb8c4db7057db50f3316575d06b76 (patch) | |
| tree | e88e05557ba603e465c76e8ee76870a14d6abac3 /test cases | |
| parent | a4444c21f3890b4ae18d128864850062d6472ac6 (diff) | |
| download | meson-1f0644f9c60eb8c4db7057db50f3316575d06b76.tar.gz | |
coredata: move cmd_line.txt and command line handling to a new module
cmd_line.txt is not related to serialized data, in fact it's a fallback
for when serialized data cannot be used and is also related to setting
up argparse for command line parsing. Since there is no code in common
with the rest of coredata, move it to a new module.
Fixes: #15081
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'test cases')
| -rw-r--r-- | test cases/unit/116 empty project/expected_mods.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test cases/unit/116 empty project/expected_mods.json b/test cases/unit/116 empty project/expected_mods.json index abba97dd9..defd6ea2f 100644 --- a/test cases/unit/116 empty project/expected_mods.json +++ b/test cases/unit/116 empty project/expected_mods.json @@ -181,6 +181,7 @@ "mesonbuild.backend.backends", "mesonbuild.backend.ninjabackend", "mesonbuild.build", + "mesonbuild.cmdline", "mesonbuild.compilers", "mesonbuild.compilers.compilers", "mesonbuild.compilers.detect", @@ -238,6 +239,6 @@ "mesonbuild.wrap", "mesonbuild.wrap.wrap" ], - "count": 69 + "count": 70 } } |
