aboutsummaryrefslogtreecommitdiff
path: root/test cases/25 numbers/builder.txt
blob: ea965b03118655aceea4a71297a2506ec84bc53a (plain)
1
2
3
4
5
6
7
project('numbers', 'c')

if host.pointer_size() == 64
  add_global_arguments('-DIS64', language : 'c')
endif

add_test('sizetest', executable('prog', 'prog.c'))