summaryrefslogtreecommitdiffstats
path: root/test cases/d/1 simple/meson.build
blob: a10b67b10604b475d78b88f8a311531dd142442e (plain)
1
2
3
4
project('D Simple Test', 'd')

e = executable('dsimpleapp', ['app.d', 'utils.d'], install : true)
test('apptest', e)