diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-06-10 18:56:23 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-06-18 21:33:19 +0300 |
| commit | 5ab871be5287aa5cce1e8dfdfb7c4a6b07b4f2f7 (patch) | |
| tree | 975908486fc3af59fc7d173fc07e8a9fbb975e97 /test cases/common | |
| parent | e8e80aaf020f5c74fd0cc791bc26a890d6fe8cfe (diff) | |
| download | meson-5ab871be5287aa5cce1e8dfdfb7c4a6b07b4f2f7.tar.gz | |
tests: skip test common/223 in the -Ddefault_library=... jobs
It is impossible to detect the source of default_library=both from within the
test, so add yet another knob... :(
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'test cases/common')
| -rw-r--r-- | test cases/common/223 persubproject options/test.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/common/223 persubproject options/test.json b/test cases/common/223 persubproject options/test.json new file mode 100644 index 000000000..ef50ab589 --- /dev/null +++ b/test cases/common/223 persubproject options/test.json @@ -0,0 +1,3 @@ +{ + "skip_on_env": ["MESON_TEST_DDEFAULT_LIBRARY"] +} |
