aboutsummaryrefslogtreecommitdiff
path: root/test cases/25 numbers/builder.txt
blob: b7e790484c299b6399e11f4a4be7646fc6d2cf7d (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'))