From 458dcf8aac74903380c2adceb2b16a87f231b42b Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 24 Oct 2022 01:00:57 +0300 Subject: Condense test directory numbers. --- test cases/unit/102 python without pkgconfig/meson.build | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test cases/unit/102 python without pkgconfig/meson.build (limited to 'test cases/unit/102 python without pkgconfig') diff --git a/test cases/unit/102 python without pkgconfig/meson.build b/test cases/unit/102 python without pkgconfig/meson.build new file mode 100644 index 000000000..b3a0c42fb --- /dev/null +++ b/test cases/unit/102 python without pkgconfig/meson.build @@ -0,0 +1,4 @@ +project('python wihtout pkgconfig', 'c') + +# This unit test is ran with PKG_CONFIG=notfound +import('python').find_installation().dependency() -- cgit v1.2.3