From bf9ff6e5eee7a5b7bfb2b50b0dc5bf948e87eaae Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Fri, 1 Aug 2025 15:33:41 +0300 Subject: Condense test directory names for 1.9. --- test cases/unit/103 python without pkgconfig/meson.build | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test cases/unit/103 python without pkgconfig/meson.build (limited to 'test cases/unit/103 python without pkgconfig') diff --git a/test cases/unit/103 python without pkgconfig/meson.build b/test cases/unit/103 python without pkgconfig/meson.build new file mode 100644 index 000000000..014a61751 --- /dev/null +++ b/test cases/unit/103 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() -- cgit v1.2.3