meson/test cases/common/100 stringdef/meson.build

4 lines
109 B
Meson

project('stringdef', 'c')
test('stringdef', executable('stringdef', 'stringdef.c', c_args : '-DFOO="bar"'))