Execute certain Tests?

Paul Backus snarwin at gmail.com
Sat Nov 2 17:34:02 UTC 2019


On Saturday, 2 November 2019 at 17:27:14 UTC, Martin Brezel wrote:
> Is there a trick to execute only the test, defined in one file?
> Or the Tests of a certain Module?
>
> Or in general: How to avoid to execute all the tests, when 
> running "dub test"?
> It doesn't has to be dub, though.

dmd -unittest -run -main module.d


More information about the Digitalmars-d-learn mailing list