blob: b9122ec812d86ae823fc1673daca96fba4d80c58 [file] [log] [blame]
# 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',
)),
)