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

4 lines
109 B
Meson
Raw Normal View History

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