aboutsummaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2022-10-23 21:54:47 -0400
committerXavier Claessens <xclaesse@gmail.com>2022-10-24 11:17:18 +0200
commit9c4d6088b1f061c7cd8dba00eda5e72427ad3d0e (patch)
tree97e8bcdd609a78870c21f580600939ea7a358c69 /unittests
parent4f4076bfc0dacbc5f804ad2d970054ab43d162b3 (diff)
downloadmeson-9c4d6088b1f061c7cd8dba00eda5e72427ad3d0e.zip
meson-9c4d6088b1f061c7cd8dba00eda5e72427ad3d0e.tar.gz
meson-9c4d6088b1f061c7cd8dba00eda5e72427ad3d0e.tar.bz2
Accept disablers in summary values
They are commonly used as a replacement for a `dependency`, and not accepting them in `summary` breaks the last example in [1] when used as a value. [1] https://mesonbuild.com/Disabler.html#disabling-parts-of-the-build
Diffstat (limited to 'unittests')
-rw-r--r--unittests/allplatformstests.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/unittests/allplatformstests.py b/unittests/allplatformstests.py
index 7382f40..0cc1706 100644
--- a/unittests/allplatformstests.py
+++ b/unittests/allplatformstests.py
@@ -3317,7 +3317,7 @@ class AllPlatformTests(BasePlatformTests):
A number : 1
yes : YES
no : NO
- coma list : a, b, c
+ comma list : a, b, c
Stuff
missing prog : NO
@@ -3325,9 +3325,10 @@ class AllPlatformTests(BasePlatformTests):
missing dep : NO
external dep : YES 1.2.3
internal dep : YES
+ disabler : NO
Plugins
- long coma list : alpha, alphacolor, apetag, audiofx, audioparsers, auparse,
+ long comma list: alpha, alphacolor, apetag, audiofx, audioparsers, auparse,
autodetect, avi
Subprojects