aboutsummaryrefslogtreecommitdiff
path: root/test cases/python/8 different python versions/meson_options.txt
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-03-16 18:36:25 -0400
committerEli Schwartz <eschwartz@archlinux.org>2022-03-16 18:39:02 -0400
commit4b0c0810df8e0fae9529d879539b8926b5b278a3 (patch)
tree31f11e73e0141678e8f60e4c16ba492215733f91 /test cases/python/8 different python versions/meson_options.txt
parentff844f3a1fd0cac31e2f61add59393b16548c97c (diff)
downloadmeson-4b0c0810df8e0fae9529d879539b8926b5b278a3.zip
meson-4b0c0810df8e0fae9529d879539b8926b5b278a3.tar.gz
meson-4b0c0810df8e0fae9529d879539b8926b5b278a3.tar.bz2
unittests: convert python tests to project tests
Perhaps when this test case was originally created, project tests could not use a matrix of options? This is certainly possible today, so don't write special unittest handling for this instead. This adds proper visibility into what gets run and what doesn't. Now we know which python executables got tested and which got skipped.
Diffstat (limited to 'test cases/python/8 different python versions/meson_options.txt')
-rw-r--r--test cases/python/8 different python versions/meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/python/8 different python versions/meson_options.txt b/test cases/python/8 different python versions/meson_options.txt
new file mode 100644
index 0000000..c85110d
--- /dev/null
+++ b/test cases/python/8 different python versions/meson_options.txt
@@ -0,0 +1,4 @@
+option('python', type: 'string',
+ description: 'Name of or path to the python executable'
+)
+option('disabled_opt', type: 'feature', value: 'disabled')