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