blob: 0d173748868bcaf6db681b378959d79c45787a27 [file] [log] [blame]
project('array test', 'c')
arr = [
'func.c',
'prog.c']
exe = executable('prog', sources : arr)
test('arr test', exe)