blob: 2ee6a4a93550524336e97325dc7f9241fe9e00e5 [file] [log] [blame]
project('simple c#', 'cs')
e = executable('prog', 'prog.cs', install : true)
test('basic', e)