summaryrefslogtreecommitdiff
path: root/test cases/unit/102 python without pkgconfig
diff options
context:
space:
mode:
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, 0 insertions, 4 deletions
diff --git a/test cases/unit/102 python without pkgconfig/meson.build b/test cases/unit/102 python without pkgconfig/meson.build
deleted file mode 100644
index 014a61751..000000000
--- a/test cases/unit/102 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()