summaryrefslogtreecommitdiff
path: root/test cases/csharp/1 basic/meson.build
blob: 2ee6a4a93550524336e97325dc7f9241fe9e00e5 (plain)
1
2
3
4
project('simple c#', 'cs')

e = executable('prog', 'prog.cs', install : true)
test('basic', e)