(compiler+dub) flags to print file:line of the running unnitest

Dejan Lekic dejan.lekic at gmail.com
Tue Mar 17 09:34:05 UTC 2026


On Monday, 16 March 2026 at 23:24:29 UTC, Julian Fondren wrote:

>
> If you're using dub, then the testing library need only be a 
> testing dependency, like
>
> ```
> configuration "release" {
>     targetType "executable"
> }
> configuration "unittest" {
>     targetType "library"
>     dependency "silly" version="~>1.1.1"
> }
> ```

Yes. I am aware of this. My point is - this should be available 
to us by default, with the default tooling, without the need for 
third-party packages.


More information about the Digitalmars-d mailing list