Enabling Only Top-Level Unittests

Nordlöw via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Apr 21 12:38:21 PDT 2016


On Thursday, 21 April 2016 at 12:35:42 UTC, Anonymouse wrote:
> Then dmd -unittest -version=TestDeps if you want them run.

This doesn't make things easier. I want to disable the builtin 
unittests of the modules I've imported. This requires me to add a

version(test_MODULE) unittest

in each module named MODULE.

This is really inconvenient.


More information about the Digitalmars-d-learn mailing list