blob: a10b67b10604b475d78b88f8a311531dd142442e [file] [log] [blame]
project('D Simple Test', 'd')
e = executable('dsimpleapp', ['app.d', 'utils.d'], install : true)
test('apptest', e)