diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2024-10-20 19:29:42 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2024-10-20 21:20:13 +0300 |
| commit | fbeedf4b141ac84d236649aa1e5d4f6bf773ce92 (patch) | |
| tree | 748cc28c1afaa275e34e263b6a2f8bc442b47210 /test cases/unit/102 python without pkgconfig | |
| parent | 5cc511b1e6ff031f9257e11584c79e50370d9a4c (diff) | |
| download | meson-fbeedf4b141ac84d236649aa1e5d4f6bf773ce92.tar.gz | |
Condense test directories.
Diffstat (limited to 'test cases/unit/102 python without pkgconfig')
| -rw-r--r-- | test cases/unit/102 python without pkgconfig/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/unit/102 python without pkgconfig/meson.build b/test cases/unit/102 python without pkgconfig/meson.build new file mode 100644 index 000000000..014a61751 --- /dev/null +++ b/test cases/unit/102 python without pkgconfig/meson.build @@ -0,0 +1,4 @@ +project('python without pkgconfig', 'c') + +# This unit test is ran with PKG_CONFIG=notfound +import('python').find_installation().dependency() |
