diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-07-31 19:22:24 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-07-31 19:22:24 +0300 |
| commit | 17bfbb99e5897ac759aca42d3ee375ebb33bd087 (patch) | |
| tree | 8df2a3f7cbfcca9c30df15404f0227dfe0107705 /test cases/unit/37 python extmodule/ext/meson.build | |
| parent | 2bc0f56b21a6dd327a6907c5fe27885b05db49d5 (diff) | |
| download | meson-17bfbb99e5897ac759aca42d3ee375ebb33bd087.tar.gz | |
Condense test dirs.
Diffstat (limited to 'test cases/unit/37 python extmodule/ext/meson.build')
| -rw-r--r-- | test cases/unit/37 python extmodule/ext/meson.build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/unit/37 python extmodule/ext/meson.build b/test cases/unit/37 python extmodule/ext/meson.build new file mode 100644 index 000000000..b13bb326f --- /dev/null +++ b/test cases/unit/37 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() |
