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

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

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