Is there a way to disable 'dub test' for applications?

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Apr 18 03:36:13 PDT 2016


You can write it in code:
version(unittest)
   static assert(false,"unit tests not supported");


More information about the Digitalmars-d-learn mailing list