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

subproject('subproject')

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