summaryrefslogtreecommitdiff
path: root/test cases/unit/103 python without pkgconfig
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2023-03-28 14:09:58 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2023-03-28 17:18:57 +0300
commit78d8924d433401a969b6bfaa7b2a4bd613609744 (patch)
tree8c1f97d5b510f705b2d22b85caa4af9216f2e58d /test cases/unit/103 python without pkgconfig
parentc4cc14c27c7e46f65b410dbdd0f87dd73427b20d (diff)
downloadmeson-78d8924d433401a969b6bfaa7b2a4bd613609744.tar.gz
Condense test directories for rc1.
Diffstat (limited to 'test cases/unit/103 python without pkgconfig')
-rw-r--r--test cases/unit/103 python without pkgconfig/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/unit/103 python without pkgconfig/meson.build b/test cases/unit/103 python without pkgconfig/meson.build
new file mode 100644
index 000000000..014a61751
--- /dev/null
+++ b/test cases/unit/103 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()