diff options
| author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-05-03 18:56:34 +0530 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-05-03 18:56:34 +0530 |
| commit | 575ffec62e9b24513db48cd5af3a1100fc79143f (patch) | |
| tree | c38440e34dc1adc1ca369e4e74708fa704c5724d /test cases/unit/32 python extmodule/ext/meson.build | |
| parent | 8bda86faabc5943954d85720967caadc1de95c46 (diff) | |
| download | meson-575ffec62e9b24513db48cd5af3a1100fc79143f.tar.gz | |
python module: Move tests to test cases/unit
The tests are only run via unit tests, so that's where they should be.
Diffstat (limited to 'test cases/unit/32 python extmodule/ext/meson.build')
| -rw-r--r-- | test cases/unit/32 python extmodule/ext/meson.build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/unit/32 python extmodule/ext/meson.build b/test cases/unit/32 python extmodule/ext/meson.build new file mode 100644 index 000000000..b13bb326f --- /dev/null +++ b/test cases/unit/32 python extmodule/ext/meson.build @@ -0,0 +1,6 @@ +pylib = py.extension_module('tachyon', + 'tachyon_module.c', + dependencies : py_dep, +) + +pypathdir = meson.current_build_dir() |
