summaryrefslogtreecommitdiff
path: root/test cases/unit/102 python without pkgconfig/meson.build
diff options
context:
space:
mode:
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..b3a0c42fb
--- /dev/null
+++ b/test cases/unit/102 python without pkgconfig/meson.build
@@ -0,0 +1,4 @@
+project('python wihtout pkgconfig', 'c')
+
+# This unit test is ran with PKG_CONFIG=notfound
+import('python').find_installation().dependency()