summaryrefslogtreecommitdiff
path: root/test cases/unit/103 python without pkgconfig/meson.build
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2025-04-14 22:14:50 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2025-04-14 23:36:31 +0300
commitcdf4b39e6f0a94ae14fc923bb54a04e846bcc2d7 (patch)
tree90591169093573abf40db5895ebc5d7f428c3285 /test cases/unit/103 python without pkgconfig/meson.build
parent028abfe87c5d3b4dfe8a29472119aa1581beb215 (diff)
downloadmeson-cdf4b39e6f0a94ae14fc923bb54a04e846bcc2d7.tar.gz
Condense directory names for 1.8 rc1.
Diffstat (limited to 'test cases/unit/103 python without pkgconfig/meson.build')
-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()