1 2 3 4
project('wintest', 'c') prog = executable('prog', 'prog.c', install : true) test('wintest', prog)