summaryrefslogtreecommitdiff
path: root/test cases/unit/102 python without pkgconfig
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2023-10-26 19:23:20 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2023-10-27 17:43:03 +0300
commit3bbe66e971dfe84dcffa702c2673fb136da0a508 (patch)
treedfad22ea1a365b4584320a92f1aa592ef868e14d /test cases/unit/102 python without pkgconfig
parentada6236f76f4fbce4313b48eeaf9d8485516fde8 (diff)
downloadmeson-3bbe66e971dfe84dcffa702c2673fb136da0a508.tar.gz
Condense test directories for RC1.
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()