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

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

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