aboutsummaryrefslogtreecommitdiff
path: root/test cases/windows/1 basic/meson.build
blob: 03d5436a1539ee411a266e45886ae4627b75a68f (plain)
1
2
3
4
project('wintest', 'c')

prog = executable('prog', 'prog.c', install : true)
test('wintest', prog)