summaryrefslogtreecommitdiffstats
path: root/test cases/common/236 proper args splitting/meson.build
blob: 4a36f9cbb781d1c6c72812483f78d72b55d742f7 (plain)
1
2
3
4
5
6
7
8
9
project('proper args splitting', 'c')

test(
  'main',
  executable(
    'main',
    'main.c',
  )
)