diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-05-03 21:05:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-03 21:05:22 +0300 |
commit | 211127c834e5399eba11ad7977c85e67e258cf9c (patch) | |
tree | c38440e34dc1adc1ca369e4e74708fa704c5724d /test cases | |
parent | 6c115f1626f9f1f945b3de75ca38f5bc2ac4aad3 (diff) | |
parent | 575ffec62e9b24513db48cd5af3a1100fc79143f (diff) | |
download | meson-211127c834e5399eba11ad7977c85e67e258cf9c.zip meson-211127c834e5399eba11ad7977c85e67e258cf9c.tar.gz meson-211127c834e5399eba11ad7977c85e67e258cf9c.tar.bz2 |
Merge pull request #3445 from MathieuDuponchelle/pypy_support
python module: make it work with pypy
Diffstat (limited to 'test cases')
-rwxr-xr-x | test cases/unit/32 python extmodule/blaster.py (renamed from test cases/python/1 extmodule/blaster.py) | 0 | ||||
-rw-r--r-- | test cases/unit/32 python extmodule/ext/meson.build (renamed from test cases/python/1 extmodule/ext/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/32 python extmodule/ext/tachyon_module.c (renamed from test cases/python/1 extmodule/ext/tachyon_module.c) | 0 | ||||
-rw-r--r-- | test cases/unit/32 python extmodule/meson.build (renamed from test cases/python/1 extmodule/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/32 python extmodule/meson_options.txt (renamed from test cases/python/1 extmodule/meson_options.txt) | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/test cases/python/1 extmodule/blaster.py b/test cases/unit/32 python extmodule/blaster.py index 163b6d4..163b6d4 100755 --- a/test cases/python/1 extmodule/blaster.py +++ b/test cases/unit/32 python extmodule/blaster.py diff --git a/test cases/python/1 extmodule/ext/meson.build b/test cases/unit/32 python extmodule/ext/meson.build index b13bb32..b13bb32 100644 --- a/test cases/python/1 extmodule/ext/meson.build +++ b/test cases/unit/32 python extmodule/ext/meson.build diff --git a/test cases/python/1 extmodule/ext/tachyon_module.c b/test cases/unit/32 python extmodule/ext/tachyon_module.c index 68eda53..68eda53 100644 --- a/test cases/python/1 extmodule/ext/tachyon_module.c +++ b/test cases/unit/32 python extmodule/ext/tachyon_module.c diff --git a/test cases/python/1 extmodule/meson.build b/test cases/unit/32 python extmodule/meson.build index 4798654..4798654 100644 --- a/test cases/python/1 extmodule/meson.build +++ b/test cases/unit/32 python extmodule/meson.build diff --git a/test cases/python/1 extmodule/meson_options.txt b/test cases/unit/32 python extmodule/meson_options.txt index b8f645d..b8f645d 100644 --- a/test cases/python/1 extmodule/meson_options.txt +++ b/test cases/unit/32 python extmodule/meson_options.txt |