summaryrefslogtreecommitdiff
path: root/test cases/unit/103 python without pkgconfig
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/103 python without pkgconfig
parent5cc511b1e6ff031f9257e11584c79e50370d9a4c (diff)
downloadmeson-fbeedf4b141ac84d236649aa1e5d4f6bf773ce92.tar.gz
Condense test directories.
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, 0 insertions, 4 deletions
diff --git a/test cases/unit/103 python without pkgconfig/meson.build b/test cases/unit/103 python without pkgconfig/meson.build
deleted file mode 100644
index 014a61751..000000000
--- a/test cases/unit/103 python without pkgconfig/meson.build
+++ /dev/null
@@ -1,4 +0,0 @@
-project('python without pkgconfig', 'c')
-
-# This unit test is ran with PKG_CONFIG=notfound
-import('python').find_installation().dependency()