blob: 9d84c263ea63e040799aaf4620ce8a12b06421e6 [file] [log] [blame]
project('signal', 'c')
if build_machine.system() == 'windows'
error('MESON_SKIP_TEST test is not compatible with MS Windows.')
else
test('My Signal Test', executable('main', 'main.c'))
endif