On Tuesday, 24 December 2019 at 05:59:35 UTC, Soulsbane wrote:
dub test doesn't run the actual program only unittests are far as I can tell.
Correct, but that is from 2.090 the behaviour of
dub run --build=unittest
aswell. This seems strange to me.
I would like to see a new built-in build target in dub, say
dub run --build=unittest-debug
, that mimics the behaviour of
dub run --build=unittest
prior to 2.090.
