summaryrefslogtreecommitdiffstats
path: root/test cases/objc/1 simple/meson.build
blob: f9d5c145025e0bc6edbf1a6ebc46bfc06e5d952a (plain)
1
2
3
4
project('objective c', 'objc', default_options: ['c_std=c99'])

exe = executable('prog', 'prog.m')
test('objctest', exe)