summaryrefslogtreecommitdiff
path: root/test cases/unit/102 python without pkgconfig
diff options
context:
space:
mode:
authorJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-08-10 22:40:15 +0300
committerJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-08-11 00:54:54 +0300
commit89647c3073f4530f24d0e06c45d1f6c6d0f99933 (patch)
tree313d68a5e055920050c04ebebdbe058e94f9e363 /test cases/unit/102 python without pkgconfig
parent651aede977179c5fe382744e3dd91ca8e01d050c (diff)
downloadmeson-89647c3073f4530f24d0e06c45d1f6c6d0f99933.tar.gz
Condense test directory names.
Diffstat (limited to 'test cases/unit/102 python without pkgconfig')
-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()