6 lines
108 B
Meson
6 lines
108 B
Meson
project('reconfigure test', ['c'])
|
|
|
|
if get_option('b_coverage') != true
|
|
error('b_coverage not set')
|
|
endif
|