Is it possible to run a unit test without adding -unittest to the command line?

unittest X
{
   pragma(msg, "Boo!");
}

X;

void main() { }
  • run unittest inside program Psychological Cleanup via Digitalmars-d-learn

Reply via email to