blob: 1551e94c8b942cdca1f27196218df27b42912e8e [file] [log] [blame]
project('D Unittests', 'd')
e = executable('dapp', 'app.d', install : true)
test('dapp_run', e, should_fail: true)
e_test = executable('dapp_test', 'app.d',
d_args: meson.get_compiler('d').unittest_args())
test('dapp_test', e_test)