5 lines
91 B
Meson
5 lines
91 B
Meson
project('freeze', 'c')
|
|
|
|
e = executable('freeze', 'freeze.c')
|
|
test('freeze', e, timeout: 1)
|