aboutsummaryrefslogtreecommitdiff
path: root/test cases/26 endian/builder.txt
blob: 54bdda26482ab3506516ad018360e357d275aaae (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'))