aboutsummaryrefslogtreecommitdiff
path: root/test cases/20 array/meson.build
blob: a3eac90b92b89a5f3fa3fd1a5c0ca6aaf2275c46 (plain)
1
2
3
4
5
6
project('array test', 'c')

arr = ['func.c', 'prog.c']

exe = executable('prog', sources : arr)
add_test('arr test', exe)