summaryrefslogtreecommitdiffstats
path: root/test cases/failing test/2 signal/meson.build
blob: 9d84c263ea63e040799aaf4620ce8a12b06421e6 (plain)
1
2
3
4
5
6
7
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