summaryrefslogtreecommitdiff
path: root/test cases/unit/102 python without pkgconfig
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2025-01-09 15:42:09 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2025-01-09 16:52:16 +0200
commit0279acbfe54a83fa110cf7587b480e8f38adc634 (patch)
tree290cf8bf417be04b19a6b71c95b4cd61ddaea5e3 /test cases/unit/102 python without pkgconfig
parent910db36e3851f384b4aa2bfb834af92f88b61d77 (diff)
downloadmeson-0279acbfe54a83fa110cf7587b480e8f38adc634.tar.gz
Condensed directory names for release.
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()