aboutsummaryrefslogtreecommitdiff
path: root/test cases/format/1 default/gh13242.meson
blob: 67f7dd1bb9e10a6bd7293781322417ac79701abe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Minimized meson.build
test(
    args: [
        shared_library(
            f'tstlib-@name@',
            build_by_default: false,
            override_options: opt,
        ),
    ],
)

test(
    should_fail: (settings.get('x', false) and not settings['y'] and dep.version().version_compare(
        '>=1.2.3',
    )),
)