aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-11-26 22:19:12 +0200
committerGitHub <noreply@github.com>2018-11-26 22:19:12 +0200
commit2fb98144dd60bc974dda2c0e710fc4c41edd205e (patch)
tree91bc18be51daa16c0b6a1236e65e1c17056c8372 /run_unittests.py
parent5e2dd5b2e07858d3b87291f4abdaf886e15de0b8 (diff)
parentceb5e9f0420785799cbbc6167d224e89dcefb5ce (diff)
downloadmeson-2fb98144dd60bc974dda2c0e710fc4c41edd205e.zip
meson-2fb98144dd60bc974dda2c0e710fc4c41edd205e.tar.gz
meson-2fb98144dd60bc974dda2c0e710fc4c41edd205e.tar.bz2
Merge pull request #4546 from mensinda/buildopts
Added 'section' key to buildoptions introspection
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-xrun_unittests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/run_unittests.py b/run_unittests.py
index a8371ad..b99bc05 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -2253,6 +2253,7 @@ int main(int argc, char **argv) {
expected = {
'name': 'list',
'description': 'list',
+ 'section': 'user',
'type': 'array',
'value': ['foo', 'bar'],
}
@@ -2277,6 +2278,7 @@ int main(int argc, char **argv) {
expected = {
'name': 'list',
'description': 'list',
+ 'section': 'user',
'type': 'array',
'value': ['foo', 'bar'],
}
@@ -2301,6 +2303,7 @@ int main(int argc, char **argv) {
expected = {
'name': 'list',
'description': 'list',
+ 'section': 'user',
'type': 'array',
'value': [],
}