aboutsummaryrefslogtreecommitdiff
path: root/test cases/26 endian/builder.txt
blob: e3c7b6fc1234ca97eb18da00dc28213619072c42 (plain)
1
2
3
4
5
6
7
project('endian check', 'c')

if(host.is_big_endian())
  add_global_arguments('c', '-DIS_BE')
endif

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