aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/18 array/meson.build
blob: 0d173748868bcaf6db681b378959d79c45787a27 (plain)
1
2
3
4
5
6
7
8
project('array test', 'c')

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

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