blob: c8058f0761dd5bf1c975589b9f4e406470d22c0f [file] [log] [blame]
# Test case ensuring that we can use options
# in the element overrides.
#
name: test
options:
arch:
type: arch
description: architecture
values: [i686, x86_64]
elements:
autotools:
variables:
(?):
- arch == 'i686':
conf-global: --host=i686-unknown-linux-gnu
- arch == 'x86_64':
conf-global: --host=x86_64-unknown-linux-gnu