diff options
| author | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-08-01 15:33:41 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-08-01 16:52:03 +0300 |
| commit | bf9ff6e5eee7a5b7bfb2b50b0dc5bf948e87eaae (patch) | |
| tree | d360be6801ff7b6315c724907c490979f8c7819e /test cases/unit/103 python without pkgconfig | |
| parent | 550cf5ebcc395dfa78bfc31ee2abc1550a9ed349 (diff) | |
| download | meson-bf9ff6e5eee7a5b7bfb2b50b0dc5bf948e87eaae.tar.gz | |
Condense test directory names for 1.9.
Diffstat (limited to 'test cases/unit/103 python without pkgconfig')
| -rw-r--r-- | test cases/unit/103 python without pkgconfig/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
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() |
