project('array test', 'c')
arr = [
'func.c',
'prog.c']
exe = executable('prog', sources : arr)
test('arr test', exe)