summaryrefslogtreecommitdiff
path: root/test cases/unit/102 python without pkgconfig/meson.build
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2024-10-20 19:29:42 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2024-10-20 21:20:13 +0300
commitfbeedf4b141ac84d236649aa1e5d4f6bf773ce92 (patch)
tree748cc28c1afaa275e34e263b6a2f8bc442b47210 /test cases/unit/102 python without pkgconfig/meson.build
parent5cc511b1e6ff031f9257e11584c79e50370d9a4c (diff)
downloadmeson-fbeedf4b141ac84d236649aa1e5d4f6bf773ce92.tar.gz
Condense test directories.
Diffstat (limited to 'test cases/unit/102 python without pkgconfig/meson.build')
-rw-r--r--test cases/unit/102 python without pkgconfig/meson.build4
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()