1 2 3 4
project('D Simple Test', 'd') e = executable('dsimpleapp', ['app.d', 'utils.d'], install : true) test('apptest', e)