summaryrefslogtreecommitdiffstats
path: root/test cases/common/43 subproject options/subprojects/subproject/meson.build
blob: d00a024ea8f03357cdbb6e48adf934be0deb5197 (plain)
1
2
3
4
5
project('subproject')

if get_option('opt')
  error('option set when it should be unset.')
endif