blob: 2eef840cdbc5a4a37f04bb834828600e037c2c01 [file] [log] [blame]
project('foo', 'c')
foo = executable('foo', 'foo.c')
test('Test foo', foo)
add_test_setup('worksforall')