blob: a28e7e48d6275e9da679ee1fab4790ead9c0f4ea [file] [log] [blame]
project('set10test', 'c')
conf = configuration_data()
conf.set10('ONE', true)
conf.set10('ZERO', false)
configure_file(input : 'config.h.in',
output : 'config.h',
configuration : conf)
exe = executable('prog', 'prog.c')
test('10test', exe)