diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2023-03-06 21:37:29 -0500 |
|---|---|---|
| committer | Eli Schwartz <eschwartz@archlinux.org> | 2023-05-02 19:28:35 -0400 |
| commit | 6a1427401c76db73081e478c4ff49fcc75420de6 (patch) | |
| tree | bb7790eb92ef6da31ffcff79da0fadb8d4c796c2 /test cases/python/2 extmodule/meson_options.txt | |
| parent | 0e7fb07f915b7a2b04df209fbacd92aca19c87af (diff) | |
| download | meson-6a1427401c76db73081e478c4ff49fcc75420de6.tar.gz | |
tests: add a python test for bytecode compilation
Some tweaks are added to the test case so that it supports python2 as
well.
Diffstat (limited to 'test cases/python/2 extmodule/meson_options.txt')
| -rw-r--r-- | test cases/python/2 extmodule/meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test cases/python/2 extmodule/meson_options.txt b/test cases/python/2 extmodule/meson_options.txt new file mode 100644 index 000000000..76d3b6788 --- /dev/null +++ b/test cases/python/2 extmodule/meson_options.txt @@ -0,0 +1 @@ +option('python2', type: 'feature', value: 'disabled') |
